-fix #2220
authorChristian Grothoff <christian@grothoff.org>
Thu, 15 Mar 2012 10:54:34 +0000 (10:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 15 Mar 2012 10:54:34 +0000 (10:54 +0000)
src/gns/Makefile.am

index 679991fe1f6d9f7b51d61ed81b31733c0602180d..61bf54f8029a20a635af833df5a4f65305f660b4 100644 (file)
@@ -18,9 +18,13 @@ pkgcfg_DATA = \
 lib_LTLIBRARIES = \
   libgnunetgns.la
 
+if HAVE_MHD
+ DO_FCFSD=gnunet-gns-fcfsd
+endif
+
 bin_PROGRAMS = \
   gnunet-service-gns \
-  gnunet-gns-fcfsd \
+  $(DO_FCFSD) \
   gnunet-gns
 
 #noinst_PROGRAMS = \