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.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 5a2558048..89ce66a26 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -49,6 +49,7 @@ endif
49check_PROGRAMS = \ 49check_PROGRAMS = \
50 test_peerinfo_api \ 50 test_peerinfo_api \
51 test_peerinfo_api_friend_only \ 51 test_peerinfo_api_friend_only \
52 test_peerinfo_api_notify_friend_only \
52 $(PEERINFO_BENCHMARKS) 53 $(PEERINFO_BENCHMARKS)
53 54
54if ENABLE_TEST_RUN 55if ENABLE_TEST_RUN
@@ -71,6 +72,14 @@ test_peerinfo_api_friend_only_LDADD = \
71 $(top_builddir)/src/testing/libgnunettesting.la \ 72 $(top_builddir)/src/testing/libgnunettesting.la \
72 $(top_builddir)/src/util/libgnunetutil.la 73 $(top_builddir)/src/util/libgnunetutil.la
73 74
75test_peerinfo_api_notify_friend_only_SOURCES = \
76 test_peerinfo_api_notify_friend_only.c
77test_peerinfo_api_notify_friend_only_LDADD = \
78 $(top_builddir)/src/hello/libgnunethello.la \
79 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
80 $(top_builddir)/src/testing/libgnunettesting.la \
81 $(top_builddir)/src/util/libgnunetutil.la
82
74perf_peerinfo_api_SOURCES = \ 83perf_peerinfo_api_SOURCES = \
75 perf_peerinfo_api.c 84 perf_peerinfo_api.c
76perf_peerinfo_api_LDADD = \ 85perf_peerinfo_api_LDADD = \