diff options
Diffstat (limited to 'keyserver')
-rw-r--r-- | keyserver/ChangeLog | 5 | ||||
-rw-r--r-- | keyserver/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index 6e112880c..ce3d2887d 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,8 @@ +2003-02-19 David Shaw <[email protected]> + + * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using + capabilities. + 2003-02-11 David Shaw <[email protected]> * Makefile.am: Use the more correct @PACKAGE@ rather than "gnupg". diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am index 2abab02ed..a07256470 100644 --- a/keyserver/Makefile.am +++ b/keyserver/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. # # This file is part of GnuPG. # @@ -31,4 +31,4 @@ libexec_SCRIPTS = @GPGKEYS_MAILTO@ noinst_SCRIPTS = gpgkeys_test gpgkeys_ldap_LDADD = @LDAPLIBS@ @NETLIBS@ -gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ +gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @CAPLIBS@ |