summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/dynconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dynconfig.mk b/source4/dynconfig.mk
index ee5defa6d8..e970d4cd4c 100644
--- a/source4/dynconfig.mk
+++ b/source4/dynconfig.mk
@@ -5,7 +5,7 @@ OBJ_FILES = dynconfig.o
# These can be overridden by command line switches (see smbd(8))
# or in smb.conf (see smb.conf(5))
CONFIGFILE = $(sysconfdir)/smb.conf
-PKGCONFIGDIR = $(LIBDIR)/pkgconfig
+PKGCONFIGDIR = $(libdir)/pkgconfig
LMHOSTSFILE = $(sysconfdir)/lmhosts
PATH_FLAGS = -DCONFIGFILE=\"$(CONFIGFILE)\" \