From e2821acad9ffac0ffc652dc7bb455e6bcb009300 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 20 Jul 2008 17:17:23 +0300 Subject: [PATCH] Define pkgconfdir --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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)\" \ -- 2.39.5