-fix
[oweals/gnunet.git] / src / gns / Makefile.am
index d4fcb6bfee8b2593c7b4fd14c0fc6c65a440002a..bb8f0bf410375c7dbe87a489a06bf40edc8355f6 100644 (file)
@@ -49,9 +49,11 @@ lib_LTLIBRARIES = \
 if HAVE_MHD
  DO_FCFSD=gnunet-gns-fcfsd
 if HAVE_GNUTLS
+if HAVE_LIBCURL
  DO_PROXY=gnunet-gns-proxy
 endif
 endif
+endif
 
 libexec_PROGRAMS = \
   gnunet-service-gns $(DO_FCFSD) \
@@ -222,14 +224,11 @@ check_PROGRAMS = \
 
 if ENABLE_TEST_RUN
 if LINUX
+if HAVE_SQLITE
 TESTS = $(check_PROGRAMS)
 endif
 endif
-
-
-#  test_gns_simple_lookup
-#  test_gns_simple_delegated_lookup
-#  test_gns_dht_delegated_lookup
+endif
 
 
 #test_gns_proxy_SOURCES = \