From da9cb51751aab141adaf7df93ec0afd706f74d03 Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk Date: Mon, 16 May 2005 16:52:41 +0000 Subject: Added --with-opengl option to configure and checking for guichan headers --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index d1f9e6c1..b0323c5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -137,6 +137,6 @@ INCLUDES = \ # the library search path. tmw_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH) -lguichan_sdl -lguichan `pkg-config --libs libxml-2.0` -tmw_CXXFLAGS = -Wall $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` -fno-inline -tmw_LDADD = $(LIBSDL_LIBS) -lguichan_opengl -lguichan -lGL -lphysfs +tmw_CXXFLAGS = -Wall $(OPENGL_CFLAGS) $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` -fno-inline +tmw_LDADD = $(OPENGL_LIBS) $(LIBSDL_LIBS) -lguichan -lphysfs tmw_TARGET = tmw -- cgit v1.2.3-70-g09d2