From a34402b79b38624a29ed8ea4e059af817266e6b8 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 3 Sep 2007 09:11:33 +0000 Subject: Implemented the first version of the XML request. Fixed eXpat incompatability with XML_Get/SetUserData and the void* in the handler functions. --- server/src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 2ede22d..93c521c 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -12,7 +12,8 @@ pracrod_SOURCES = \ log.cc \ server.cc \ tcpsocket.cc \ - tostring.cc + tostring.cc \ + xmlparser.cc EXTRA_DIST = \ configuration.h \ @@ -21,4 +22,5 @@ EXTRA_DIST = \ log.h \ server.h \ tcpsocket.h \ - tostring.h + tostring.h \ + xmlparser.h -- cgit v1.2.3