From 1a5fde79d34f2d5dad735939a8d04aa673a29e3f Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 2 Jun 2012 09:07:21 +0000 Subject: [PATCH] -build proxy only when mhd present --- src/gns/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index ec4a3d2ca..10b9ff3fa 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -26,13 +26,14 @@ lib_LTLIBRARIES = \ 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 -- 2.25.1