Linux compiles again. Needs help linking.
This commit is contained in:
+4
-2
@@ -603,7 +603,8 @@ libtomcrypt_a_CPPFLAGS = -I$(srcdir)/libtomcrypt/src/headers $(AM_CPPFLAGS)
|
|||||||
|
|
||||||
noinst_LIBRARIES += libtomcrypt.a
|
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) \
|
main_SOURCES = $(PNG) \
|
||||||
$(Screens) \
|
$(Screens) \
|
||||||
@@ -624,7 +625,8 @@ main_LDADD = \
|
|||||||
libtomcrypt.a libtommath.a
|
libtomcrypt.a libtommath.a
|
||||||
|
|
||||||
nodist_stepmania_SOURCES = ver.cpp
|
nodist_stepmania_SOURCES = ver.cpp
|
||||||
stepmania_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include
|
|
||||||
|
stepmania_CPPFLAGS = $(main_CPPFLAGS)
|
||||||
stepmania_SOURCES = $(main_SOURCES)
|
stepmania_SOURCES = $(main_SOURCES)
|
||||||
stepmania_LDADD = $(main_LDADD)
|
stepmania_LDADD = $(main_LDADD)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user