CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 05/07/06 00:54:27
Modified files:
src : Makefile.am
Log message:
added WML parser as dependency of wesnothd
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.96&tr2=1.97&r1=text&r2=text
Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.96 wesnoth/src/Makefile.am:1.97
--- wesnoth/src/Makefile.am:1.96 Sat May 28 12:32:03 2005
+++ wesnoth/src/Makefile.am Wed Jul 6 00:54:26 2005
@@ -417,7 +417,9 @@
thread.cpp \
tstring.cpp \
serialization/binary_wml.cpp \
+ serialization/parser.cpp \
serialization/string_utils.cpp \
+ serialization/tokenizer.cpp \
zipios++/xcoll.cpp \
server/game.hpp \
server/input_stream.hpp \