diff options
author | Stijn Buys <ingar@osirion.org> | 2008-01-30 17:37:50 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-01-30 17:37:50 +0000 |
commit | 1ddff2045848da5136e9e8131e335ac7626b8f68 (patch) | |
tree | 8efb1cf718d5a1e51ff502c4c0ec7dc1b362a050 /src | |
parent | 15d174a49fea7de129cbf0a7697904b46a6904dd (diff) |
accomodate the new modules
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
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 |