1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-16 00:29:50 +02:00

* Makefile.am: gpgkeys_hkp needs @INTLLIBS@ on some platforms.

This commit is contained in:
David Shaw 2003-03-23 16:33:18 +00:00
parent 95670642eb
commit 198e65a1ed
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-23 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: gpgkeys_hkp needs @INTLLIBS@ on some platforms.
2003-02-19 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using

View File

@ -31,4 +31,4 @@ libexec_SCRIPTS = @GPGKEYS_MAILTO@
noinst_SCRIPTS = gpgkeys_test
gpgkeys_ldap_LDADD = @LDAPLIBS@ @NETLIBS@
gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @CAPLIBS@
gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @INTLLIBS@ @CAPLIBS@