aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2015-08-26 01:06:28 +0200
committerUlrich Sibiller <uli42@gmx.de>2015-08-26 01:06:28 +0200
commitf8772b6fc2b40a22f851e20badab975177f50176 (patch)
treee2cbbbcaecc5decea60fd45666845f50427709df /nxcompshad
parent96a1c5edf09d9a613f142f20599696352aee51fb (diff)
downloadnx-libs-f8772b6fc2b40a22f851e20badab975177f50176.tar.gz
nx-libs-f8772b6fc2b40a22f851e20badab975177f50176.tar.bz2
nx-libs-f8772b6fc2b40a22f851e20badab975177f50176.zip
adapt pkgconfigdir in nxcompshad
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in
index d13ad9fc7..2c961897b 100644
--- a/nxcompshad/Makefile.in
+++ b/nxcompshad/Makefile.in
@@ -78,7 +78,7 @@ man1dir = @mandir@/man1
VPATH = @srcdir@
libdir = @libdir@
includedir = @includedir@
-pkgconfigdir = @libdir@/pkgconfig
+pkgconfigdir = @pkgconfigdir@
INSTALL = @INSTALL@
INSTALL_DIR = $(INSTALL) -d -o root -g root -m 0755