From 93104d99c4bc2ce809ac6919624c864efbb60577 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 8 Jun 2014 18:39:53 +0200 Subject: Fix include directories for Haiku. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5dc66e..0d9306b 100644 --- a/Makefile +++ b/Makefile @@ -33,19 +33,19 @@ include $(NSBUILD)/Makefile.top # Extra installation rules Is := include/parserutils -I := /include/parserutils +I := /$(INCLUDEDIR)/parserutils INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/errors.h;$(Is)/functypes.h;$(Is)/parserutils.h;$(Is)/types.h Is := include/parserutils/charset -I := /include/parserutils/charset +I := /$(INCLUDEDIR)/parserutils/charset INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/codec.h;$(Is)/mibenum.h;$(Is)/utf16.h;$(Is)/utf8.h Is := include/parserutils/input -I := /include/parserutils/input +I := /$(INCLUDEDIR)/parserutils/input INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/inputstream.h Is := include/parserutils/utils -I := /include/parserutils/utils +I := /$(INCLUDEDIR)/parserutils/utils INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/buffer.h;$(Is)/stack.h;$(Is)/vector.h INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in -- cgit v1.2.3