diff options
Diffstat (limited to 'keyserver')
-rw-r--r-- | keyserver/ChangeLog | 5 | ||||
-rw-r--r-- | keyserver/Makefile.am | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index 34d7edb9b..cf9f56cbd 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,8 @@ +2004-12-14 Werner Koch <[email protected]> + + * Makefile.am (install-exec-hook, uninstall-hook): Removed. For + Windows reasons we can't use the symlink trick. + 2004-12-03 David Shaw <[email protected]> * Makefile.am: The harmless "ignored error" on gpgkeys_ldap diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am index ac172f4f0..0ac1a1b88 100644 --- a/keyserver/Makefile.am +++ b/keyserver/Makefile.am @@ -39,12 +39,4 @@ gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ $(other_libs) @GETOPT gpgkeys_http_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ $(other_libs) @GETOPT@ @W32LIBS@ gpgkeys_finger_LDADD = ../util/libutil.a @NETLIBS@ $(other_libs) @GETOPT@ @W32LIBS@ -install-exec-hook: -if GPGKEYS_LDAP - (cd $(libexecdir) && $(LN_S) -f gpgkeys_ldap$(EXEEXT) gpgkeys_ldaps$(EXEEXT)) -endif - -uninstall-hook: -if GPGKEYS_LDAP - rm -f $(libexecdir)/gpgkeys_ldaps$(EXEEXT) -endif + |