diff options
Diffstat (limited to 'keyserver')
-rw-r--r-- | keyserver/ChangeLog | 4 | ||||
-rw-r--r-- | keyserver/Makefile.am | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index 434cd3547..5c0cc6a1c 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,7 @@ +2004-10-15 Werner Koch <[email protected]> + + * Makefile.am: Add ksutil.h. + 2004-10-14 David Shaw <[email protected]> * gpgkeys_finger.c (main): We do not support relay fingering diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am index f4b970388..9418b1c39 100644 --- a/keyserver/Makefile.am +++ b/keyserver/Makefile.am @@ -27,10 +27,10 @@ libexec_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@ @GPGKEYS_HTTP@ @GPGKEYS_FINGER@ libexec_SCRIPTS = @GPGKEYS_MAILTO@ noinst_SCRIPTS = gpgkeys_test -gpgkeys_ldap_SOURCES = gpgkeys_ldap.c ksutil.c -gpgkeys_hkp_SOURCES = gpgkeys_hkp.c ksutil.c -gpgkeys_http_SOURCES = gpgkeys_http.c ksutil.c -gpgkeys_finger_SOURCES = gpgkeys_finger.c ksutil.c +gpgkeys_ldap_SOURCES = gpgkeys_ldap.c ksutil.c ksutil.h +gpgkeys_hkp_SOURCES = gpgkeys_hkp.c ksutil.c ksutil.h +gpgkeys_http_SOURCES = gpgkeys_http.c ksutil.c ksutil.h +gpgkeys_finger_SOURCES = gpgkeys_finger.c ksutil.c ksutil.h gpgkeys_ldap_LDADD = ../util/libutil.a @LDAPLIBS@ @NETLIBS@ @LIBINTL@ @CAPLIBS@ @GETOPT@ @W32LIBS@ gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ @LIBINTL@ @CAPLIBS@ @GETOPT@ @W32LIBS@ |