mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@
This commit is contained in:
parent
89b42e124e
commit
0ecc2099ac
@ -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>
|
2002-07-15 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpgkeys_ldap.c (send_key, get_key, main): Consult the server
|
* gpgkeys_ldap.c (send_key, get_key, main): Consult the server
|
||||||
|
@ -21,12 +21,13 @@
|
|||||||
INCLUDES = -I$(top_srcdir)/include
|
INCLUDES = -I$(top_srcdir)/include
|
||||||
EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp
|
EXTRA_PROGRAMS = gpgkeys_ldap gpgkeys_hkp
|
||||||
EXTRA_SCRIPTS = gpgkeys_mailto
|
EXTRA_SCRIPTS = gpgkeys_mailto
|
||||||
|
libexecdir = @GNUPG_LIBEXECDIR@
|
||||||
|
|
||||||
# We don't need the libs the regular GPG binaries do
|
# We don't need the libs the regular GPG binaries do
|
||||||
LIBS=
|
LIBS=
|
||||||
|
|
||||||
bin_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@
|
libexec_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@
|
||||||
bin_SCRIPTS = @GPGKEYS_MAILTO@
|
libexec_SCRIPTS = @GPGKEYS_MAILTO@
|
||||||
noinst_SCRIPTS = gpgkeys_test
|
noinst_SCRIPTS = gpgkeys_test
|
||||||
|
|
||||||
# don't distribute hkp for now
|
# don't distribute hkp for now
|
||||||
|
Loading…
x
Reference in New Issue
Block a user