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.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 31c7ab92d..116095f2a 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -35,7 +35,8 @@ gnunet_service_peerinfo_LDADD = \
35 35
36 36
37check_PROGRAMS = \ 37check_PROGRAMS = \
38 test_peerinfo_api 38 test_peerinfo_api \
39 perf_peerinfo_api
39 40
40if !DISABLE_TEST_RUN 41if !DISABLE_TEST_RUN
41TESTS = $(check_PROGRAMS) 42TESTS = $(check_PROGRAMS)
@@ -48,5 +49,12 @@ test_peerinfo_api_LDADD = \
48 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 49 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
49 $(top_builddir)/src/util/libgnunetutil.la 50 $(top_builddir)/src/util/libgnunetutil.la
50 51
52perf_peerinfo_api_SOURCES = \
53 perf_peerinfo_api.c
54perf_peerinfo_api_LDADD = \
55 $(top_builddir)/src/hello/libgnunethello.la \
56 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
57 $(top_builddir)/src/util/libgnunetutil.la
58
51EXTRA_DIST = \ 59EXTRA_DIST = \
52 test_peerinfo_api_data.conf 60 test_peerinfo_api_data.conf