aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r--src/peerinfo/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 116095f2a..d58425730 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -33,12 +33,16 @@ gnunet_service_peerinfo_LDADD = \
33 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 33 $(top_builddir)/src/statistics/libgnunetstatistics.la \
34 $(top_builddir)/src/util/libgnunetutil.la 34 $(top_builddir)/src/util/libgnunetutil.la
35 35
36if HAVE_BENCHMARKS
37 PEERINFO_BENCHMARKS = \
38 perf_peerinfo_api
39endif
36 40
37check_PROGRAMS = \ 41check_PROGRAMS = \
38 test_peerinfo_api \ 42 test_peerinfo_api \
39 perf_peerinfo_api 43 $(PEERINFO_BENCHMARKS)
40 44
41if !DISABLE_TEST_RUN 45if ENABLE_TEST_RUN
42TESTS = $(check_PROGRAMS) 46TESTS = $(check_PROGRAMS)
43endif 47endif
44 48