fixes
[oweals/gnunet.git] / src / gns / Makefile.am
index ad2926a007f81b1cf8e95ddc9c4e9e920b870d55..ca6558c45cd6f1dc9acff3118f0e53b2c2b91ef9 100644 (file)
@@ -1,8 +1,10 @@
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if HAVE_GLIBCNSS
+if INSTALL_NSS
 NSS_SUBDIR = nss
 endif
+endif
 
 SUBDIRS = . $(NSS_SUBDIR)
 
@@ -197,7 +199,14 @@ libgnunet_plugin_block_gns_la_DEPENDENCIES = \
 
 check_SCRIPTS = \
   test_gns_delegated_lookup.sh \
-  test_gns_lookup.sh 
+  test_gns_lookup.sh \
+  test_gns_ipv6_lookup.sh\
+  test_gns_txt_lookup.sh\
+  test_gns_mx_lookup.sh \
+  test_gns_ns_lookup.sh \
+  test_gns_dht_lookup.sh\
+  test_gns_pseu_shorten.sh\
+  test_gns_cname_lookup.sh 
 
 if ENABLE_TEST_RUN
 if HAVE_SQLITE