summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-15 17:40:08 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-15 17:40:08 +0100
commitd488d298e303cb2be18ff217330cd1574fcb384f (patch)
treefb09b2c55459bd1ba11ea02440e4dfb559229c58 /bindings
parentcb0225a6d309cd951b595eb5c1b488f21a0f17be (diff)
downloadlibdom-d488d298e303cb2be18ff217330cd1574fcb384f.tar.gz
libdom-d488d298e303cb2be18ff217330cd1574fcb384f.tar.bz2
XML binding: Not libxml only any more
Diffstat (limited to 'bindings')
-rw-r--r--bindings/xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile
index e75e362..ea7653c 100644
--- a/bindings/xml/Makefile
+++ b/bindings/xml/Makefile
@@ -26,7 +26,7 @@ ifeq ($(WITH_EXPAT_BINDING),yes)
endif
ifeq ($(DO_XML_INSTALL),yes)
- DIR_INSTALL_ITEMS := /include/dom/bindings/libxml:xmlerror.h;xmlparser.h
+ DIR_INSTALL_ITEMS := /include/dom/bindings/xml:xmlerror.h;xmlparser.h
endif
include $(NSBUILD)/Makefile.subdir