aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-08 16:47:03 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-08 16:47:03 +0000
commit51204303f98feef6d3f100ac0a344294a091fbe5 (patch)
treea04e1260d8ce79a0e74120c3cf1716b8dc37d22e /src/peerinfo-tool/Makefile.am
parent893a40187d3343a46294d657a915bdb663c49536 (diff)
downloadgnunet-51204303f98feef6d3f100ac0a344294a091fbe5.tar.gz
gnunet-51204303f98feef6d3f100ac0a344294a091fbe5.zip
connected peer lookup
Diffstat (limited to 'src/peerinfo-tool/Makefile.am')
-rw-r--r--src/peerinfo-tool/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 8c5fd8fbb..a11c500df 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -10,7 +10,16 @@ if USE_COVERAGE
10endif 10endif
11 11
12bin_PROGRAMS = \ 12bin_PROGRAMS = \
13 gnunet-peerinfo 13 gnunet-peerinfo \
14 gnunet-list-connections
15
16gnunet_list_connections_SOURCES = \
17 gnunet-list-connections.c
18gnunet_list_connections_LDADD = \
19 $(top_builddir)/src/core/libgnunetcore.la \
20 $(top_builddir)/src/transport/libgnunettransport.la \
21 $(top_builddir)/src/hello/libgnunethello.la \
22 $(top_builddir)/src/util/libgnunetutil.la
14 23
15gnunet_peerinfo_SOURCES = \ 24gnunet_peerinfo_SOURCES = \
16 gnunet-peerinfo.c 25 gnunet-peerinfo.c