-make build conditional on MHD
[oweals/gnunet.git] / src / gns / Makefile.am
index 6fde83578172dd2036d65bc2b941eb51db1f7d3c..0fff05a4e56d399acf8ec2b7cc64f8b35a8488ad 100644 (file)
@@ -46,8 +46,7 @@ lib_LTLIBRARIES = \
   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
 endif
 
 libexec_PROGRAMS = \
-  gnunet-service-gns $(DO_FCFSD) \
+  gnunet-service-gns \
   $(DO_PROXY) \
   $(DO_W32_HELPER) \
   gnunet-dns2gns
@@ -137,6 +136,7 @@ gnunet_service_gns_LDADD = \
   libgnunetgns_common.la \
   $(top_builddir)/src/dns/libgnunetdns.la \
   $(top_builddir)/src/dns/libgnunetdnsparser.la \
+  $(top_builddir)/src/dns/libgnunetdnsstub.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la \
   $(USE_VPN) \
@@ -153,16 +153,6 @@ gnunet_service_gns_DEPENDENCIES = \
 
 
 
-gnunet_gns_fcfsd_SOURCES = \
- gnunet-gns-fcfsd.c 
-gnunet_gns_fcfsd_LDADD = -lmicrohttpd \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/namestore/libgnunetnamestore.la \
-  $(GN_LIBINTL)
-gnunet_gns_fcfsd_DEPENDENCIES = \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/namestore/libgnunetnamestore.la
-
 libw32nsp_la_SOURCES = \
   w32nsp.c
 libw32nsp_la_LIBADD = \