aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/Makefile.am5
-rw-r--r--src/namestore/Makefile.am7
2 files changed, 7 insertions, 5 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index e91014021..0fff05a4e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -46,8 +46,7 @@ lib_LTLIBRARIES = \
46 libgnunetgns_common.la 46 libgnunetgns_common.la
47 47
48 48
49if HAVE_MHD 49#if HAVE_MHD
50 DO_FCFSD=gnunet-gns-fcfsd
51if HAVE_GNUTLS 50if HAVE_GNUTLS
52if HAVE_LIBCURL 51if HAVE_LIBCURL
53 DO_PROXY=gnunet-gns-proxy 52 DO_PROXY=gnunet-gns-proxy
@@ -56,7 +55,7 @@ endif
56endif 55endif
57 56
58libexec_PROGRAMS = \ 57libexec_PROGRAMS = \
59 gnunet-service-gns $(DO_FCFSD) \ 58 gnunet-service-gns \
60 $(DO_PROXY) \ 59 $(DO_PROXY) \
61 $(DO_W32_HELPER) \ 60 $(DO_W32_HELPER) \
62 gnunet-dns2gns 61 gnunet-dns2gns
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index b7ff99998..da833b4ba 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -92,9 +92,12 @@ libexec_PROGRAMS = \
92 gnunet-service-namestore 92 gnunet-service-namestore
93 93
94bin_PROGRAMS = \ 94bin_PROGRAMS = \
95 gnunet-namestore \ 95 gnunet-namestore
96 gnunet-namestore-fcfsd
97 96
97if HAVE_MHD
98bin_PROGRAMS += \
99 gnunet-namestore-fcfsd
100endif
98 101
99gnunet_namestore_SOURCES = \ 102gnunet_namestore_SOURCES = \
100 gnunet-namestore.c 103 gnunet-namestore.c