tolerate additional IPv4 address now available for gnunet.org
[oweals/gnunet.git] / src / fs / Makefile.am
index 34f44f574e06822e2e22e16dede60785ef563b4e..80316dc2e0a5307658a18e8d48e210bcde32f8a8 100644 (file)
@@ -89,9 +89,6 @@ bin_PROGRAMS = \
   gnunet-fs \
   gnunet-unindex
 
-bin_SCRIPTS = \
-  gnunet-download-manager.scm
-
 gnunet_directory_SOURCES = \
  gnunet-directory.c
 gnunet_directory_LDADD = \
@@ -219,6 +216,7 @@ gnunet_unindex_LDADD = \
 libgnunet_plugin_block_fs_la_SOURCES = \
   plugin_block_fs.c
 libgnunet_plugin_block_fs_la_LIBADD = \
+  $(top_builddir)/src/block/libgnunetblockgroup.la \
   $(top_builddir)/src/block/libgnunetblock.la \
   libgnunetfs.la \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -281,14 +279,9 @@ check_SCRIPTS += \
 endif
 endif
 
-if ENABLE_MONKEY
- MONKEY = @MONKEYPREFIX@
- AM_LDFLAGS = -no-install
-endif
-
 
 if ENABLE_TEST_RUN
-AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; $(MONKEY)
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; $(MONKEY)
 TESTS = \
  test_fs_directory \
  test_fs_download \
@@ -577,7 +570,6 @@ EXTRA_DIST = \
   test_gnunet_fs_idx.py.in \
   test_gnunet_service_fs_migration_data.conf \
   test_gnunet_service_fs_p2p_cadet.conf \
-  test_pseudonym_data.conf \
-  $(bin_SCRIPTS)
+  test_pseudonym_data.conf
 
 CLEANFILES = $(check_SCRIPTS)