From: Christian Grothoff Date: Thu, 15 Mar 2012 10:54:34 +0000 (+0000) Subject: -fix #2220 X-Git-Tag: initial-import-from-subversion-38251~14254 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ae1a7d3bab29dd9d75c268aee9d0e0e002acf6c;p=oweals%2Fgnunet.git -fix #2220 --- 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 = \ 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 = \