Author: jmb
Date: Mon Sep 21 06:40:31 2009
New Revision: 9596
URL:
http://source.netsurf-browser.org?rev=9596&view=rev
Log:
Fix install rule
Modified:
trunk/dom/bindings/xml/Makefile
Modified: trunk/dom/bindings/xml/Makefile
URL:
http://source.netsurf-browser.org/trunk/dom/bindings/xml/Makefile?rev=959...
==============================================================================
--- trunk/dom/bindings/xml/Makefile (original)
+++ trunk/dom/bindings/xml/Makefile Mon Sep 21 06:40:31 2009
@@ -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),)