gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28592 - in gnunet/src: gns namestore


From: gnunet
Subject: [GNUnet-SVN] r28592 - in gnunet/src: gns namestore
Date: Wed, 14 Aug 2013 00:02:33 +0200

Author: grothoff
Date: 2013-08-14 00:02:33 +0200 (Wed, 14 Aug 2013)
New Revision: 28592

Modified:
   gnunet/src/gns/Makefile.am
   gnunet/src/namestore/Makefile.am
Log:
-make build conditional on MHD

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2013-08-13 22:00:45 UTC (rev 28591)
+++ gnunet/src/gns/Makefile.am  2013-08-13 22:02:33 UTC (rev 28592)
@@ -46,8 +46,7 @@
   libgnunetgns_common.la
 
 
-if HAVE_MHD
- DO_FCFSD=gnunet-gns-fcfsd
+#if HAVE_MHD
 if HAVE_GNUTLS
 if HAVE_LIBCURL
  DO_PROXY=gnunet-gns-proxy
@@ -56,7 +55,7 @@
 endif
 
 libexec_PROGRAMS = \
-  gnunet-service-gns $(DO_FCFSD) \
+  gnunet-service-gns \
   $(DO_PROXY) \
   $(DO_W32_HELPER) \
   gnunet-dns2gns

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2013-08-13 22:00:45 UTC (rev 28591)
+++ gnunet/src/namestore/Makefile.am    2013-08-13 22:02:33 UTC (rev 28592)
@@ -92,10 +92,13 @@
  gnunet-service-namestore 
 
 bin_PROGRAMS = \
- gnunet-namestore \
+ gnunet-namestore 
+
+if HAVE_MHD
+bin_PROGRAMS += \
  gnunet-namestore-fcfsd
+endif
 
-
 gnunet_namestore_SOURCES = \
  gnunet-namestore.c 
 gnunet_namestore_LDADD = \




reply via email to

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