summaryrefslogtreecommitdiff
path: root/bindings
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
commit46b7d842f6c30d51758bf05a8542f624e39cc585 (patch)
tree4c69d434dacfbfff568c73495d8eee925ed65369 /bindings
parent4c36cf2149e0e60720a4d029cfa571b1ad5cb390 (diff)
downloadlibdom-46b7d842f6c30d51758bf05a8542f624e39cc585.tar.gz
libdom-46b7d842f6c30d51758bf05a8542f624e39cc585.tar.bz2
Fix install rule
svn path=/trunk/dom/; revision=9596
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 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),)