From 316e60ef9801031e70611a3d111916c2aea88de8 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 9 Jun 2014 18:01:32 +0200 Subject: Fix include paths for Haiku. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e99f2af..b68dc58 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ endif include $(NSBUILD)/Makefile.top # Extra installation rules -I := /include/libcss +I := /$(INCLUDEDIR)/libcss INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/computed.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/errors.h -- cgit v1.2.1