From 1ddff2045848da5136e9e8131e335ac7626b8f68 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:37:50 +0000 Subject: accomodate the new modules --- src/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 499aaed..a41d88f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ - # set the include path found by configure -AM_CPPFLAGS = $(LIBSDL_CFLAGS) $(all_includes) +AM_CPPFLAGS = $(DEBUG_CFLAGS) $(WARN_CFLAGS) $(all_includes) + +SUBDIRS = common filesystem math core game server gl client + -# the library search path. -SUBDIRS = common game server gl client -noinst_HEADERS = osirion.h -- cgit v1.2.3