aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/setu/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am
index cc7711462..77d048add 100644
--- a/src/setu/Makefile.am
+++ b/src/setu/Makefile.am
@@ -69,7 +69,8 @@ libgnunetsetu_la_LDFLAGS = \
69 69
70if HAVE_TESTING 70if HAVE_TESTING
71check_PROGRAMS = \ 71check_PROGRAMS = \
72 test_setu_api 72 test_setu_api \
73 perf_setu_api
73endif 74endif
74 75
75if ENABLE_TEST_RUN 76if ENABLE_TEST_RUN
@@ -84,6 +85,15 @@ test_setu_api_LDADD = \
84 $(top_builddir)/src/testing/libgnunettesting.la \ 85 $(top_builddir)/src/testing/libgnunettesting.la \
85 libgnunetsetu.la 86 libgnunetsetu.la
86 87
88
89perf_setu_api_SOURCES = \
90 perf_setu_api.c
91perf_setu_api_LDADD = \
92 $(top_builddir)/src/util/libgnunetutil.la \
93 $(top_builddir)/src/testing/libgnunettesting.la \
94 libgnunetsetu.la
95
96
87plugin_LTLIBRARIES = \ 97plugin_LTLIBRARIES = \
88 libgnunet_plugin_block_setu_test.la 98 libgnunet_plugin_block_setu_test.la
89 99