removing remenants of abstract unix domain socket handling, this finishes addressing...
[oweals/gnunet.git] / src / gns / Makefile.am
index d551249252813a3b2a4773ebb18c4f46183e4abc..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)
 
@@ -198,7 +200,13 @@ libgnunet_plugin_block_gns_la_DEPENDENCIES = \
 check_SCRIPTS = \
   test_gns_delegated_lookup.sh \
   test_gns_lookup.sh \
-  test_gnunet_gns.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