From acebd3c275fccf7bb0b4f6ac9feb948617fb3a9b Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 4 Apr 2015 17:42:23 +0200 Subject: reverted Makefile changes in parts --- libskindesignerapi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libskindesignerapi') diff --git a/libskindesignerapi/Makefile b/libskindesignerapi/Makefile index fa1ce56..7c24db8 100644 --- a/libskindesignerapi/Makefile +++ b/libskindesignerapi/Makefile @@ -12,7 +12,7 @@ TARGET_LIB = $(SONAME).$(MINOR) PREFIX ?= /usr/local INCDIR ?= $(PREFIX)/include LIBDIR ?= $(PREFIX)/lib -PCDIR ?= $(PREFIX)/lib/pkgconfig +PCDIR ?= $(shell pkg-config --variable pc_path pkg-config |cut -d ':' -f1) TMPDIR ?= /tmp ### The name of the distribution archive: -- cgit v1.2.3