diff options
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: |
