diff options
author | Adrien Destugues <pulkomandy@pulkomandy.tk> | 2014-06-09 20:13:18 +0200 |
---|---|---|
committer | Vincent Sanders <vince@kyllikki.org> | 2015-03-21 23:28:49 +0000 |
commit | 6b7c383e79e9b26478d1aeb1495af327f31c4e9f (patch) | |
tree | 493455e3fa14a336ff1ff80653bf6618ecfb91b5 /bindings/xml/Makefile | |
parent | 710f721d07a8869e12d0510080ef6a8b56c23b2e (diff) | |
download | libdom-6b7c383e79e9b26478d1aeb1495af327f31c4e9f.tar.gz libdom-6b7c383e79e9b26478d1aeb1495af327f31c4e9f.tar.bz2 |
Fix include paths for Haiku.
Diffstat (limited to 'bindings/xml/Makefile')
-rw-r--r-- | bindings/xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |