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