diff options
Diffstat (limited to 'keyserver/Makefile.am')
-rw-r--r-- | keyserver/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
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 + |