summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorAdrien Destugues <pulkomandy@pulkomandy.tk>2014-06-09 20:13:18 +0200
committerVincent Sanders <vince@kyllikki.org>2015-03-21 23:28:49 +0000
commit6b7c383e79e9b26478d1aeb1495af327f31c4e9f (patch)
tree493455e3fa14a336ff1ff80653bf6618ecfb91b5 /bindings
parent710f721d07a8869e12d0510080ef6a8b56c23b2e (diff)
downloadlibdom-6b7c383e79e9b26478d1aeb1495af327f31c4e9f.tar.gz
libdom-6b7c383e79e9b26478d1aeb1495af327f31c4e9f.tar.bz2
Fix include paths for Haiku.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/hubbub/Makefile2
-rw-r--r--bindings/xml/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/hubbub/Makefile b/bindings/hubbub/Makefile
index 946219d..984ea3f 100644
--- a/bindings/hubbub/Makefile
+++ b/bindings/hubbub/Makefile
@@ -1,7 +1,7 @@
ifeq ($(WITH_HUBBUB_BINDING),yes)
DIR_SOURCES := parser.c
- DIR_INSTALL_ITEMS := /include/dom/bindings/hubbub:errors.h;parser.h
+ DIR_INSTALL_ITEMS := /$(INCLUDEDIR)/dom/bindings/hubbub:errors.h;parser.h
# Hubbub
ifneq ($(PKGCONFIG),)
diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile
index ea7653c..1211c5e 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/xml:xmlerror.h;xmlparser.h
+ DIR_INSTALL_ITEMS := /$(INCLUDEDIR)/dom/bindings/xml:xmlerror.h;xmlparser.h
endif
include $(NSBUILD)/Makefile.subdir