mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
* Makefile.am: Don't split LDADD across two lines since some make programs
can't handle blank lines after a \ continuation. Noted by Christoph Moench-Tegeder.
This commit is contained in:
parent
25344bd93e
commit
1f5ef591cc
@ -1,3 +1,9 @@
|
||||
2004-02-28 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Don't split LDADD across two lines since some make
|
||||
programs can't handle blank lines after a \ continuation. Noted
|
||||
by Christoph Moench-Tegeder.
|
||||
|
||||
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_ldap.c (send_key): List pgpCertID as one of the deleted
|
||||
|
@ -27,10 +27,8 @@ libexec_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@
|
||||
libexec_SCRIPTS = @GPGKEYS_MAILTO@
|
||||
noinst_SCRIPTS = gpgkeys_test
|
||||
|
||||
gpgkeys_ldap_LDADD = ../util/libutil.a @LDAPLIBS@ @NETLIBS@ @LIBINTL@ \
|
||||
@CAPLIBS@ @GETOPT@ @W32LIBS@
|
||||
gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ @LIBINTL@ \
|
||||
@CAPLIBS@ @GETOPT@ @W32LIBS@
|
||||
gpgkeys_ldap_LDADD = ../util/libutil.a @LDAPLIBS@ @NETLIBS@ @LIBINTL@ @CAPLIBS@ @GETOPT@ @W32LIBS@
|
||||
gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ @LIBINTL@ @CAPLIBS@ @GETOPT@ @W32LIBS@
|
||||
|
||||
install-exec-hook:
|
||||
if GPGKEYS_LDAP
|
||||
|
Loading…
x
Reference in New Issue
Block a user