From 94bb8a781ae4d0a6f21834bc0da9b10bc7eaa949 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Sun, 9 Oct 2011 16:45:05 +0200 Subject: [PATCH] We already have dynamic linked one. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8eb50d2100..161c1f5c99 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -603,8 +603,8 @@ libtomcrypt_a_CPPFLAGS = -I$(srcdir)/libtomcrypt/src/headers $(AM_CPPFLAGS) noinst_LIBRARIES += libtomcrypt.a -main_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include \ --I$(top_srcdir)/extern/glew-1.5.8/include +main_CPPFLAGS = -I$(top_srcdir)/extern/jsoncpp/include +#-I$(top_srcdir)/extern/glew-1.5.8/include main_SOURCES = $(PNG) \ $(Screens) \