From 1c10ce20375a5dffb575cea7fd330a805ef3d7a1 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 8 Jan 2014 21:29:32 +0000 Subject: - utility to list peer ids from a given hostkeys file --- src/testing/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/testing/Makefile.am') 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 = \ bin_PROGRAMS = \ gnunet-testing +noinst_PROGRAMS = \ + list-keys + gnunet_testing_SOURCES = \ gnunet-testing.c gnunet_testing_LDADD = \ @@ -39,6 +42,12 @@ gnunet_testing_LDADD = \ gnunet_testing_DEPENDENCIES = \ libgnunettesting.la +list_keys_SOURCES = \ + list-keys.c +list_keys_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) + check_PROGRAMS = \ test_testing_portreservation \ -- cgit v1.2.3