diff options
author | David Shaw <[email protected]> | 2003-02-12 04:00:38 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-02-12 04:00:38 +0000 |
commit | a338c1db9119852f2b69fca06a78b1ee3288e989 (patch) | |
tree | 66f749e2a80cd0a4a94d39c2520aac0aa797d230 | |
parent | * armor.c (parse_hash_header, armor_filter): Accept the new SHAs in the (diff) | |
download | gnupg-a338c1db9119852f2b69fca06a78b1ee3288e989.tar.gz gnupg-a338c1db9119852f2b69fca06a78b1ee3288e989.zip |
* Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ so it
can be easily overridden at make time.
Diffstat (limited to '')
-rw-r--r-- | keyserver/ChangeLog | 5 | ||||
-rw-r--r-- | keyserver/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
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 <[email protected]> + + * 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 <[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 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= |