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.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 542c776f3..bbac950a0 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -134,7 +134,8 @@ check_PROGRAMS = \
134 test_fs_unindex_persistence \ 134 test_fs_unindex_persistence \
135 test_fs_uri \ 135 test_fs_uri \
136 test_gnunet_service_fs_migration \ 136 test_gnunet_service_fs_migration \
137 test_gnunet_service_fs_p2p 137 test_gnunet_service_fs_p2p \
138 perf_gnunet_service_fs_p2p
138 139
139 140
140if HAVE_PYTHON_PEXPECT 141if HAVE_PYTHON_PEXPECT
@@ -294,6 +295,15 @@ test_gnunet_service_fs_migration_LDADD = \
294 $(top_builddir)/src/fs/libgnunetfs.la \ 295 $(top_builddir)/src/fs/libgnunetfs.la \
295 $(top_builddir)/src/util/libgnunetutil.la 296 $(top_builddir)/src/util/libgnunetutil.la
296 297
298perf_gnunet_service_fs_p2p_SOURCES = \
299 perf_gnunet_service_fs_p2p.c
300perf_gnunet_service_fs_p2p_LDADD = \
301 $(top_builddir)/src/fs/libgnunetfstest.a \
302 $(top_builddir)/src/testing/libgnunettesting.la \
303 $(top_builddir)/src/fs/libgnunetfs.la \
304 $(top_builddir)/src/util/libgnunetutil.la
305
306
297do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 307do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
298 308
299test_gnunet_fs_psd.py: test_gnunet_fs_psd.py.in Makefile 309test_gnunet_fs_psd.py: test_gnunet_fs_psd.py.in Makefile