Use the XML2 library
authorarjen <arjen>
Mon, 4 Nov 2002 10:14:03 +0000 (10:14 +0000)
committerarjen <arjen>
Mon, 4 Nov 2002 10:14:03 +0000 (10:14 +0000)
src/gcm_input/makefile

index 4341009..939703a 100644 (file)
@@ -1,9 +1,9 @@
-CXXFLAGS = -I/usr/include/gnome-xml -g
+CXXFLAGS = -I/usr/include/libxml2 -g
 
 GCMINPUT_O = gcm_input.o gnucomo_config.o database.o message.o
 
 gcm_input :  $(GCMINPUT_O)
-       $(CXX) -o gcm_input $(GCMINPUT_O) -lAXE -lxml -lpq++
+       $(CXX) -o gcm_input $(GCMINPUT_O) -lAXE -lxml2 -lpq++
 
 gcm_input.o : message.h database.h
 database.o  : database.h