gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20514 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r20514 - gnunet/src/gns
Date: Thu, 15 Mar 2012 11:54:34 +0100

Author: grothoff
Date: 2012-03-15 11:54:34 +0100 (Thu, 15 Mar 2012)
New Revision: 20514

Modified:
   gnunet/src/gns/Makefile.am
Log:
-fix #2220

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2012-03-15 10:53:36 UTC (rev 20513)
+++ gnunet/src/gns/Makefile.am  2012-03-15 10:54:34 UTC (rev 20514)
@@ -18,9 +18,13 @@
 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 = \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]