-fix
[oweals/gnunet.git] / src / gns / Makefile.am
index 8a3f2ac4ebf1f4d89ca14ce70a3b2b00bc58fa78..bb8f0bf410375c7dbe87a489a06bf40edc8355f6 100644 (file)
@@ -11,6 +11,7 @@ EXTRA_DIST = \
   test_gns_simple_lookup.conf \
   test_gns_dht_default.conf \
   gns-helper-service-w32.conf \
+  gnunet-gns-proxy-setup-ca \
   zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey \
   zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \
   zonefiles/test_zonekey
@@ -48,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 = \
@@ -221,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 = \