gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21727 - gnunet/src/gns
Date: Sat, 2 Jun 2012 11:07:21 +0200

Author: schanzen
Date: 2012-06-02 11:07:21 +0200 (Sat, 02 Jun 2012)
New Revision: 21727

Modified:
   gnunet/src/gns/Makefile.am
Log:
-build proxy only when mhd present

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2012-06-02 07:14:17 UTC (rev 21726)
+++ gnunet/src/gns/Makefile.am  2012-06-02 09:07:21 UTC (rev 21727)
@@ -26,13 +26,14 @@
 
 if HAVE_MHD
  DO_FCFSD=gnunet-gns-fcfsd
+ DO_PROXY=gnunet-gns-proxy
 endif
 
 bin_PROGRAMS = \
   gnunet-service-gns \
   $(DO_FCFSD) \
-  gnunet-gns \
-       gnunet-gns-proxy
+       $(DO_PROXY) \
+  gnunet-gns
 
 #noinst_PROGRAMS = \
 #  gnunet-gns-lookup




reply via email to

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