aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-01-08 21:29:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-01-08 21:29:32 +0000
commit1c10ce20375a5dffb575cea7fd330a805ef3d7a1 (patch)
treeee46615716a1a292e3b341084c21851e97680404 /src/testing/Makefile.am
parent7ab6edba583d8d09d2c830c9c5b6fe155d31b408 (diff)
downloadgnunet-1c10ce20375a5dffb575cea7fd330a805ef3d7a1.tar.gz
gnunet-1c10ce20375a5dffb575cea7fd330a805ef3d7a1.zip
- utility to list peer ids from a given hostkeys file
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index f27b46ed0..8657d42cb 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -30,6 +30,9 @@ libgnunettesting_la_LDFLAGS = \
30bin_PROGRAMS = \ 30bin_PROGRAMS = \
31 gnunet-testing 31 gnunet-testing
32 32
33noinst_PROGRAMS = \
34 list-keys
35
33gnunet_testing_SOURCES = \ 36gnunet_testing_SOURCES = \
34 gnunet-testing.c 37 gnunet-testing.c
35gnunet_testing_LDADD = \ 38gnunet_testing_LDADD = \
@@ -39,6 +42,12 @@ gnunet_testing_LDADD = \
39gnunet_testing_DEPENDENCIES = \ 42gnunet_testing_DEPENDENCIES = \
40 libgnunettesting.la 43 libgnunettesting.la
41 44
45list_keys_SOURCES = \
46 list-keys.c
47list_keys_LDADD = \
48 $(top_builddir)/src/util/libgnunetutil.la \
49 $(GN_LIBINTL)
50
42 51
43check_PROGRAMS = \ 52check_PROGRAMS = \
44 test_testing_portreservation \ 53 test_testing_portreservation \