diff options
author | Simon Howard | 2009-06-11 21:34:36 +0000 |
---|---|---|
committer | Simon Howard | 2009-06-11 21:34:36 +0000 |
commit | 43748a366a4bc5494c15995273bfe158530e03de (patch) | |
tree | 0fb69072f0792a1e00d47da45de2e19789bc38e0 | |
parent | 779a2157c0e5afe358b03c8236e88a661b35bca0 (diff) | |
download | chocolate-doom-43748a366a4bc5494c15995273bfe158530e03de.tar.gz chocolate-doom-43748a366a4bc5494c15995273bfe158530e03de.tar.bz2 chocolate-doom-43748a366a4bc5494c15995273bfe158530e03de.zip |
Include libc_wince.a in chocolate-server build.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1595
-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 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 \ |