From: Guillem Jover Date: Sun, 20 Jul 2008 14:17:23 +0000 (+0300) Subject: Define pkgconfdir X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2821acad9ffac0ffc652dc7bb455e6bcb009300;p=dpkg Define pkgconfdir --- diff --git a/src/Makefile.am b/src/Makefile.am index fa6aeef4..2bdf8ee8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in localedir = $(datadir)/locale +pkgconfdir = $(sysconfdir)/@PACKAGE@ INCLUDES = \ -DLOCALEDIR=\"$(localedir)\" \ -DADMINDIR=\"$(admindir)\" \