From ae6dbaa9e22f359aac8dc65b5063d77383a46616 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 12 May 2011 00:31:52 -0400 Subject: [PATCH] Linux compiles again. Needs help linking. --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index cff504d81d..2a60163c84 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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)