aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-02-06 21:25:10 +0000
committerDavid Shaw <[email protected]>2003-02-06 21:25:10 +0000
commitb39a32858324cde5525bcd71344c30bc9e39be39 (patch)
tree72a1de13c9bbe8627159928a58efd64bccb64319
parent* Makefile.am: Pass GNUPG_LIBEXECDIR as part of CFLAGS so it can be easily (diff)
downloadgnupg-b39a32858324cde5525bcd71344c30bc9e39be39.tar.gz
gnupg-b39a32858324cde5525bcd71344c30bc9e39be39.zip
* Makefile.am: Use a local copy of libexecdir so it can be easily
overridden at make time.
-rw-r--r--keyserver/ChangeLog5
-rw-r--r--keyserver/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog
index bb445c04f..195bd5bdd 100644
--- a/keyserver/ChangeLog
+++ b/keyserver/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-06 David Shaw <[email protected]>
+
+ * Makefile.am: Use a local copy of libexecdir so it can be easily
+ overridden at make time.
+
2003-01-22 David Shaw <[email protected]>
* gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is
diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am
index 6ef15d801..ba251438f 100644
--- a/keyserver/Makefile.am
+++ b/keyserver/Makefile.am
@@ -21,7 +21,7 @@
INCLUDES = -I$(top_srcdir)/include
EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp
EXTRA_SCRIPTS = gpgkeys_mailto
-libexecdir = @GNUPG_LIBEXECDIR@
+libexecdir = @libexecdir@/gnupg
# We don't need the libs the regular GPG binaries do
LIBS=