Update of /cvsroot/anet/ANet/ANet_Daemon/Linux
In directory usw-pr-cvs1:/tmp/cvs-serv24371
Modified Files:
Makefile.in XMLParser.c
Log Message:
Moved to libxml2
Index: Makefile.in
===================================================================
RCS file: /cvsroot/anet/ANet/ANet_Daemon/Linux/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.in 2002/01/02 21:48:37 1.3
--- Makefile.in 2002/01/03 17:26:59 1.4
***************
*** 8,12 ****
# Change linker options here
! linker = gcc -lm -lxml
# Add source and header files paths here
--- 8,12 ----
# Change linker options here
! linker = gcc -lm -lxml2
# Add source and header files paths here
Index: XMLParser.c
===================================================================
RCS file: /cvsroot/anet/ANet/ANet_Daemon/Linux/XMLParser.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XMLParser.c 2002/01/02 21:48:37 1.1
--- XMLParser.c 2002/01/03 17:26:59 1.2
***************
*** 1,6 ****
#define DEFINE_XML_HASH
#include "XMLParser.h"
! #include <gnome-xml/xmlmemory.h>
! #include <gnome-xml/parser.h>
#include <stdlib.h>
#include <string.h>
--- 1,6 ----
#define DEFINE_XML_HASH
#include "XMLParser.h"
! #include <libxml/xmlmemory.h>
! #include <libxml/parser.h>
#include <stdlib.h>
#include <string.h>
|