commit 43748a366a4bc5494c15995273bfe158530e03de
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Jun 11 21:34:36 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Thu Jun 11 21:34:36 2009 +0000
Include libc_wince.a in chocolate-server build.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1595
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 64e23b79..208039a5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@ net_structrw.c net_structrw.h \
z_native.c z_zone.h
chocolate_server_SOURCES=$(DEDSERV_FILES)
-chocolate_server_LDADD = @LDFLAGS@ @SDLNET_LIBS@
+chocolate_server_LDADD = ../wince/libc_wince.a @LDFLAGS@ @SDLNET_LIBS@
MAIN_SOURCE_FILES=\
am_map.c am_map.h \