* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@

This commit is contained in:
David Shaw 2002-07-24 18:42:38 +00:00
parent 89b42e124e
commit 0ecc2099ac
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-07-24 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@
2002-07-15 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_ldap.c (send_key, get_key, main): Consult the server

View File

@ -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