diff options
author | louis <louis.braun@gmx.de> | 2015-04-04 17:42:23 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-04 17:42:23 +0200 |
commit | acebd3c275fccf7bb0b4f6ac9feb948617fb3a9b (patch) | |
tree | c1eaffe2be8bf58803cf76c79be45474a3927537 /libskindesignerapi | |
parent | e9f8d708cf3d9f765b2d4210b78f245aede19b53 (diff) | |
download | vdr-plugin-skindesigner-acebd3c275fccf7bb0b4f6ac9feb948617fb3a9b.tar.gz vdr-plugin-skindesigner-acebd3c275fccf7bb0b4f6ac9feb948617fb3a9b.tar.bz2 |
reverted Makefile changes in parts
Diffstat (limited to 'libskindesignerapi')
-rw-r--r-- | libskindesignerapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |