aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-03-07 10:54:40 +0000
committerChristian Grothoff <christian@grothoff.org>2014-03-07 10:54:40 +0000
commit2ba62f67da9b2ae94d3d33c56fa9664082c83d94 (patch)
treef8c19bd80a0d3749f50babc8155e9666ff5ae8ba /src/peerinfo-tool
parent710e1bc2eaf88a624c09e53c9b3280b842ce0302 (diff)
downloadgnunet-2ba62f67da9b2ae94d3d33c56fa9664082c83d94.tar.gz
gnunet-2ba62f67da9b2ae94d3d33c56fa9664082c83d94.zip
-fix linkage issue that could cause a transport service crash on exit for certain NAT configurations
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 01c1f3473..74f1edbad 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -10,7 +10,7 @@ if USE_COVERAGE
10endif 10endif
11 11
12bin_PROGRAMS = \ 12bin_PROGRAMS = \
13 gnunet-peerinfo 13 gnunet-peerinfo
14 14
15gnunet_peerinfo_SOURCES = \ 15gnunet_peerinfo_SOURCES = \
16 gnunet-peerinfo.c \ 16 gnunet-peerinfo.c \
@@ -18,14 +18,15 @@ gnunet_peerinfo_SOURCES = \
18 18
19gnunet_peerinfo_LDADD = \ 19gnunet_peerinfo_LDADD = \
20 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 20 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
21 $(top_builddir)/src/nat/libgnunetnat.la \
21 $(top_builddir)/src/transport/libgnunettransport.la \ 22 $(top_builddir)/src/transport/libgnunettransport.la \
22 $(top_builddir)/src/hello/libgnunethello.la \ 23 $(top_builddir)/src/hello/libgnunethello.la \
23 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 24 $(top_builddir)/src/statistics/libgnunetstatistics.la \
24 $(top_builddir)/src/util/libgnunetutil.la 25 $(top_builddir)/src/util/libgnunetutil.la
25 26
26if HAVE_PYTHON 27if HAVE_PYTHON
27check_SCRIPTS = \ 28check_SCRIPTS = \
28 test_gnunet_peerinfo.py 29 test_gnunet_peerinfo.py
29endif 30endif
30 31
31if ENABLE_TEST_RUN 32if ENABLE_TEST_RUN