aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-15 10:54:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-15 10:54:34 +0000
commit6ae1a7d3bab29dd9d75c268aee9d0e0e002acf6c (patch)
tree6385f77e4777fa9a7d76430c03bcf82202d6f921
parentbd90436cb20a1d6016b657b9514f0699b99f0f87 (diff)
downloadgnunet-6ae1a7d3bab29dd9d75c268aee9d0e0e002acf6c.tar.gz
gnunet-6ae1a7d3bab29dd9d75c268aee9d0e0e002acf6c.zip
-fix #2220
-rw-r--r--src/gns/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 679991fe1..61bf54f80 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -18,9 +18,13 @@ pkgcfg_DATA = \
18lib_LTLIBRARIES = \ 18lib_LTLIBRARIES = \
19 libgnunetgns.la 19 libgnunetgns.la
20 20
21if HAVE_MHD
22 DO_FCFSD=gnunet-gns-fcfsd
23endif
24
21bin_PROGRAMS = \ 25bin_PROGRAMS = \
22 gnunet-service-gns \ 26 gnunet-service-gns \
23 gnunet-gns-fcfsd \ 27 $(DO_FCFSD) \
24 gnunet-gns 28 gnunet-gns
25 29
26#noinst_PROGRAMS = \ 30#noinst_PROGRAMS = \