-fix
[oweals/gnunet.git] / src / gns / Makefile.am
index 3f212eabd2a8ab806a08b65dd7a57c760f691359..bb8f0bf410375c7dbe87a489a06bf40edc8355f6 100644 (file)
@@ -49,20 +49,22 @@ 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)
-
-bin_PROGRAMS = \
+  gnunet-service-gns $(DO_FCFSD) \
   $(DO_PROXY) \
   $(DO_W32_HELPER) \
-  $(DO_W32_NSPTOOLS) \
-  gnunet-gns \
   gnunet-dns2gns
 
+bin_PROGRAMS = \
+  $(DO_W32_NSPTOOLS) \
+  gnunet-gns 
+
 bin_SCRIPTS = gnunet-gns-proxy-setup-ca
 
 plugin_LTLIBRARIES = \
@@ -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 = \