aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 34f44f574..33260a794 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -219,6 +219,7 @@ gnunet_unindex_LDADD = \
219libgnunet_plugin_block_fs_la_SOURCES = \ 219libgnunet_plugin_block_fs_la_SOURCES = \
220 plugin_block_fs.c 220 plugin_block_fs.c
221libgnunet_plugin_block_fs_la_LIBADD = \ 221libgnunet_plugin_block_fs_la_LIBADD = \
222 $(top_builddir)/src/block/libgnunetblockgroup.la \
222 $(top_builddir)/src/block/libgnunetblock.la \ 223 $(top_builddir)/src/block/libgnunetblock.la \
223 libgnunetfs.la \ 224 libgnunetfs.la \
224 $(top_builddir)/src/util/libgnunetutil.la \ 225 $(top_builddir)/src/util/libgnunetutil.la \
@@ -288,7 +289,7 @@ endif
288 289
289 290
290if ENABLE_TEST_RUN 291if ENABLE_TEST_RUN
291AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; $(MONKEY) 292AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; $(MONKEY)
292TESTS = \ 293TESTS = \
293 test_fs_directory \ 294 test_fs_directory \
294 test_fs_download \ 295 test_fs_download \