summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdrien Destugues <pulkomandy@pulkomandy.tk>2014-06-09 18:01:32 +0200
committerVincent Sanders <vince@kyllikki.org>2015-03-21 23:21:12 +0000
commit316e60ef9801031e70611a3d111916c2aea88de8 (patch)
tree61cfcb95efa757dcd3dd3ee3ca6834e708dbf7c0 /Makefile
parent8b9470af9d5237f425e6a00e1253f04990de3aa9 (diff)
downloadlibcss-316e60ef9801031e70611a3d111916c2aea88de8.tar.gz
libcss-316e60ef9801031e70611a3d111916c2aea88de8.tar.bz2
Fix include paths for Haiku.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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