diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-21 19:25:38 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-21 19:25:38 +0000 |
commit | 2002f6d84b2105463b50d4d7e39138f831a06da2 (patch) | |
tree | 8f7554d2c6c2557041705b1655adf6eb3249f8b1 /src | |
parent | 2314c27dd650dc02c0b5bdd3bef75818393a9ab5 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d4d3842..90ddbed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # set the include path found by configure AM_CPPFLAGS = $(DEBUG_CFLAGS) $(WARN_CFLAGS) $(all_includes) -SUBDIRS = math sys filesystem net core server render client game +SUBDIRS = math sys filesystem core server render client game noinst_HEADERS = config.h bin_PROGRAMS = osiriond osirion |