From a338c1db9119852f2b69fca06a78b1ee3288e989 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 12 Feb 2003 04:00:38 +0000 Subject: [PATCH] * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ so it can be easily overridden at make time. --- keyserver/ChangeLog | 5 +++++ keyserver/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index caf381c85..8d48f7592 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,8 @@ +2003-02-11 David Shaw + + * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ + so it can be easily overridden at make time. + 2003-01-29 David Shaw * gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am index 5aae968c1..93b55b075 100644 --- a/keyserver/Makefile.am +++ b/keyserver/Makefile.am @@ -21,7 +21,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp EXTRA_SCRIPTS = gpgkeys_mailto -libexecdir = @GNUPG_LIBEXECDIR@ +libexecdir = @libexecdir@/@PACKAGE@ # We don't need the libs the regular GPG binaries do LIBS=