summaryrefslogtreecommitdiffstats
path: root/am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-11-28 12:52:25 +0100
committerWerner Koch <wk@gnupg.org>2005-11-28 12:52:25 +0100
commit6a13cf2c3dbacb9f3afd3f64e5d0c78b9c0e77e9 (patch)
tree86758522ae4f5ed44068bc6dbf5d2adb068a3ea1 /am
parentAdd translations (diff)
downloadgnupg2-6a13cf2c3dbacb9f3afd3f64e5d0c78b9c0e77e9.tar.xz
gnupg2-6a13cf2c3dbacb9f3afd3f64e5d0c78b9c0e77e9.zip
Preparing an interim release
Diffstat (limited to 'am')
-rw-r--r--am/cmacros.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/am/cmacros.am b/am/cmacros.am
index 0f7a09fe0..de68b6f31 100644
--- a/am/cmacros.am
+++ b/am/cmacros.am
@@ -25,7 +25,8 @@ if ! HAVE_DOSISH_SYSTEM
AM_CPPFLAGS += -DGNUPG_BINDIR="\"$(bindir)\"" \
-DGNUPG_LIBEXECDIR="\"$(libexecdir)\"" \
-DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\"" \
- -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\""
+ -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\"" \
+ -DGNUPG_SYSCONFDIR="\"$(sysconfdir)/@PACKAGE@\""
endif
if GNUPG_AGENT_PGM