summaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-15 22:09:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-15 22:09:07 +0000
commit957e6ed786a8a7451b9f9ab600caa06c1e979cc1 (patch)
tree62b47ebb0a644037ef348d172e55052d21bdb60a /bindings/Makefile
parent73723d45b6849543df77fed5187542901b03069e (diff)
downloadlibdom-957e6ed786a8a7451b9f9ab600caa06c1e979cc1.tar.gz
libdom-957e6ed786a8a7451b9f9ab600caa06c1e979cc1.tar.bz2
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
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile4
1 files changed, 2 insertions, 2 deletions
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 =