diff options
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 |