diff options
author | David Shaw <[email protected]> | 2002-07-24 18:42:38 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-07-24 18:42:38 +0000 |
commit | 0ecc2099acd3f536910be340c6040f1c631509c5 (patch) | |
tree | ec5248e5fb60a1af22dea9c4654eb7db6dd32f00 | |
parent | * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h, as well as a (diff) | |
download | gnupg-0ecc2099acd3f536910be340c6040f1c631509c5.tar.gz gnupg-0ecc2099acd3f536910be340c6040f1c631509c5.zip |
* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@
-rw-r--r-- | keyserver/ChangeLog | 4 | ||||
-rw-r--r-- | keyserver/Makefile.am | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index 31f19ea18..299cc1f97 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,7 @@ +2002-07-24 David Shaw <[email protected]> + + * Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@ + 2002-07-15 David Shaw <[email protected]> * gpgkeys_ldap.c (send_key, get_key, main): Consult the server diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am index 343fb4bd2..a01dee6b0 100644 --- a/keyserver/Makefile.am +++ b/keyserver/Makefile.am @@ -21,12 +21,13 @@ INCLUDES = -I$(top_srcdir)/include EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp EXTRA_SCRIPTS = gpgkeys_mailto +libexecdir = @GNUPG_LIBEXECDIR@ # We don't need the libs the regular GPG binaries do LIBS= -bin_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@ -bin_SCRIPTS = @GPGKEYS_MAILTO@ +libexec_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@ +libexec_SCRIPTS = @GPGKEYS_MAILTO@ noinst_SCRIPTS = gpgkeys_test # don't distribute hkp for now |