aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-28 21:34:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-28 21:34:36 +0000
commit57924abe125fa52dce4dc2e84cb0a7c4dcd04579 (patch)
tree51420ad914e9ac3c0b7ab0974cf574afe4f5f715 /src/peerinfo/Makefile.am
parent3cb045c1df8bda92f5b4f54b5f9bf4463096cac0 (diff)
downloadgnunet-57924abe125fa52dce4dc2e84cb0a7c4dcd04579.tar.gz
gnunet-57924abe125fa52dce4dc2e84cb0a7c4dcd04579.zip
train hacks
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