aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 19:56:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 19:56:16 +0000
commitb1780f05127f1c84c442f12fe84ae8e712032164 (patch)
tree58ecfc3fc8b92b3b5705b885260fcf456d6fe7d5 /src/peerinfo-tool/Makefile.am
parentdffa6f386418b19956f23f13f3f2a32cd803bca4 (diff)
downloadgnunet-b1780f05127f1c84c442f12fe84ae8e712032164.tar.gz
gnunet-b1780f05127f1c84c442f12fe84ae8e712032164.zip
-LRN: experimental HELLO URIs
Diffstat (limited to 'src/peerinfo-tool/Makefile.am')
-rw-r--r--src/peerinfo-tool/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 8c5fd8fbb..7270bfb51 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -13,11 +13,14 @@ bin_PROGRAMS = \
13 gnunet-peerinfo 13 gnunet-peerinfo
14 14
15gnunet_peerinfo_SOURCES = \ 15gnunet_peerinfo_SOURCES = \
16 gnunet-peerinfo.c 16 gnunet-peerinfo.c \
17 ../transport/gnunet-service-transport_plugins.c
18
17gnunet_peerinfo_LDADD = \ 19gnunet_peerinfo_LDADD = \
18 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 20 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
19 $(top_builddir)/src/transport/libgnunettransport.la \ 21 $(top_builddir)/src/transport/libgnunettransport.la \
20 $(top_builddir)/src/hello/libgnunethello.la \ 22 $(top_builddir)/src/hello/libgnunethello.la \
23 $(top_builddir)/src/statistics/libgnunetstatistics.la \
21 $(top_builddir)/src/util/libgnunetutil.la 24 $(top_builddir)/src/util/libgnunetutil.la
22 25
23if HAVE_PYTHON_PEXPECT 26if HAVE_PYTHON_PEXPECT