summaryrefslogtreecommitdiff
path: root/bindings/xml
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
commit409c43ad1c4e2218824b7cc59ff0d0c8d562e935 (patch)
treefb09b2c55459bd1ba11ea02440e4dfb559229c58 /bindings/xml
parent0c8a2c7687ebc1d15f3eb0518c914e69018ab72c (diff)
downloadlibdom-409c43ad1c4e2218824b7cc59ff0d0c8d562e935.tar.gz
libdom-409c43ad1c4e2218824b7cc59ff0d0c8d562e935.tar.bz2
XML binding: Not libxml only any more
Diffstat (limited to 'bindings/xml')
-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