summaryrefslogtreecommitdiff
path: root/bindings/xml/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-09-21 11:40:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-09-21 11:40:31 +0000
commit6b81924c2889df53798fa89f59b0d5eefaca3994 (patch)
tree4c69d434dacfbfff568c73495d8eee925ed65369 /bindings/xml/Makefile
parent96b02204c830406fea51a998eb05cabc58862253 (diff)
downloadlibdom-6b81924c2889df53798fa89f59b0d5eefaca3994.tar.gz
libdom-6b81924c2889df53798fa89f59b0d5eefaca3994.tar.bz2
Fix install rule
svn path=/trunk/dom/; revision=9596
Diffstat (limited to 'bindings/xml/Makefile')
-rw-r--r--bindings/xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile
index c5f0198..a015193 100644
--- a/bindings/xml/Makefile
+++ b/bindings/xml/Makefile
@@ -1,7 +1,7 @@
ifeq ($(WITH_LIBXML_BINDING),yes)
DIR_SOURCES := xmlparser.c
- DIR_INSTALL_ITEMS := /include/dom/bindings/libxml:xmlbinding.h;xmlerror.h;xmlparser.h
+ DIR_INSTALL_ITEMS := /include/dom/bindings/libxml:xmlerror.h;xmlparser.h
# LibXML2
ifneq ($(PKGCONFIG),)