aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am7
1 files changed, 5 insertions, 2 deletions
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