Linux compiles again. Needs help linking.

This commit is contained in:
Jason Felds
2011-05-12 00:31:52 -04:00
parent 0e9de47cf6
commit ae6dbaa9e2
+4 -2
View File
@@ -603,7 +603,8 @@ libtomcrypt_a_CPPFLAGS = -I$(srcdir)/libtomcrypt/src/headers $(AM_CPPFLAGS)
noinst_LIBRARIES += libtomcrypt.a
main_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include
main_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include \
-I$(top_srcdir)/extern/glew-1.5.8/include
main_SOURCES = $(PNG) \
$(Screens) \
@@ -624,7 +625,8 @@ main_LDADD = \
libtomcrypt.a libtommath.a
nodist_stepmania_SOURCES = ver.cpp
stepmania_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include
stepmania_CPPFLAGS = $(main_CPPFLAGS)
stepmania_SOURCES = $(main_SOURCES)
stepmania_LDADD = $(main_LDADD)