From 6b7c383e79e9b26478d1aeb1495af327f31c4e9f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 9 Jun 2014 20:13:18 +0200 Subject: Fix include paths for Haiku. --- bindings/hubbub/Makefile | 2 +- bindings/xml/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings') 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 -- cgit v1.2.3