aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'keyserver/Makefile.am')
-rw-r--r--keyserver/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am
index 1bfcd7266..5522cf35a 100644
--- a/keyserver/Makefile.am
+++ b/keyserver/Makefile.am
@@ -35,10 +35,10 @@ noinst_SCRIPTS = gpgkeys_test
needed_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a
other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS)
-gpg2keys_ldap_SOURCES = gpgkeys_ldap.c ksutil.c ksutil.h
-gpg2keys_hkp_SOURCES = gpgkeys_hkp.c ksutil.c ksutil.h
-gpg2keys_finger_SOURCES = gpgkeys_finger.c ksutil.c ksutil.h
-gpg2keys_curl_SOURCES = gpgkeys_curl.c ksutil.c ksutil.h
+gpg2keys_ldap_SOURCES = gpgkeys_ldap.c ksutil.c ksutil.h no-libgcrypt.c
+gpg2keys_hkp_SOURCES = gpgkeys_hkp.c ksutil.c ksutil.h no-libgcrypt.c
+gpg2keys_finger_SOURCES = gpgkeys_finger.c ksutil.c ksutil.h no-libgcrypt.c
+gpg2keys_curl_SOURCES = gpgkeys_curl.c ksutil.c ksutil.h no-libgcrypt.c
gpg2keys_ldap_CPPFLAGS = $(LDAP_CPPFLAGS) $(AM_CPPFLAGS)