Skip to content

Instantly share code, notes, and snippets.

@codebrainz
Created May 12, 2011 03:38
Show Gist options
  • Save codebrainz/967887 to your computer and use it in GitHub Desktop.
Save codebrainz/967887 to your computer and use it in GitHub Desktop.
--- src/Makefile.am.old 2011-05-11 20:16:53.996766001 -0700
+++ src/Makefile.am 2011-05-11 20:32:45.116766001 -0700
@@ -603,6 +603,8 @@
noinst_LIBRARIES += libtomcrypt.a
+main_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include
+
main_SOURCES = $(PNG) \
$(Screens) \
$(DataStructures) \
@@ -622,6 +624,8 @@
libtomcrypt.a libtommath.a
nodist_stepmania_SOURCES = ver.cpp
+
+stepmania_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include
stepmania_SOURCES = $(main_SOURCES)
stepmania_LDADD = $(main_LDADD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment