From 5ab93365aff6d1f9e960f51e70736ba689d48680 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 8 Jun 2014 22:42:45 +0200 Subject: Fix include dirs for Haiku. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 27ad01a..5c730a1 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ ifeq ($(WANT_TEST),yes) endif # Extra installation rules -I := /include/libwapcaplet +I := /$(INCLUDEDIR)/libwapcaplet INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libwapcaplet/libwapcaplet.h INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT) -- cgit v1.2.3