diff options
author | Stijn Buys <ingar@osirion.org> | 2008-06-16 21:08:22 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-06-16 21:08:22 +0000 |
commit | 5438566c29ef436b32bb8722e0fa088935c59471 (patch) | |
tree | 9e63bea30805acbff35727291bd696b3aa88736b | |
parent | ebb56ee4815325675ee878782e2ffa2f40da03d0 (diff) |
fix win32 build
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7385b2f..3fad1fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,10 +4,6 @@ SUFFIXES = .rc .rc.o: windres $< -o $@ -if BUILD_CLIENT - MAYBE_CLIENT_SUBDIRS = audio render client -endif - SUBDIRS = sys math auxiliary filesystem model core server audio render client game noinst_HEADERS = config.h |