From 957e6ed786a8a7451b9f9ab600caa06c1e979cc1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Jul 2007 22:09:07 +0000 Subject: Fix libxml binding buildsystem target filename (previously overwrote core library) Wrap all libxml SAX callbacks -- if we register our own SAX handler, our own userdata is used, which (obviously) breaks the internal handlers. Make xml_parser_add_node print the node type being added to the console (this is temporary, while I work out what's needed here). svn path=/trunk/dom/; revision=3418 --- bindings/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings/Makefile') diff --git a/bindings/Makefile b/bindings/Makefile index 7a0a9b6..5f1ea53 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -22,10 +22,10 @@ CFLAGS += -I$(CURDIR) # Release output -RELEASE = ${TOP}/${COMPONENT}.a +RELEASE = ${TOP}/${COMPONENT}-libxml.a # Debug output -DEBUG = ${TOP}/${COMPONENT}-debug.a +DEBUG = ${TOP}/${COMPONENT}-libxml-debug.a # Objects OBJS = -- cgit v1.2.3