fixes
[oweals/gnunet.git] / src / gns / Makefile.am
index 069f241889965b5d31e7f52c5e64376c5972c528..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)
 
@@ -201,6 +203,9 @@ check_SCRIPTS = \
   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