aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
committerxrs <xrs@mail36.net>2019-11-08 10:33:15 +0100
commitdfcab34c5af80c0068299bacb16ffc461bf3c1ad (patch)
tree8456693cfc19b226337fcc87e4c6be9e1c7e3f3c /src/peerinfo-tool
parent90261cefc0f0417fe34e32f459b892e7b10286eb (diff)
downloadgnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.tar.gz
gnunet-dfcab34c5af80c0068299bacb16ffc461bf3c1ad.zip
add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 3c133427c..8a2efba63 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -37,13 +37,14 @@ libgnunet_plugin_rest_peerinfo_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
37gnunet_peerinfo_SOURCES = \ 37gnunet_peerinfo_SOURCES = \
38 gnunet-peerinfo.c \ 38 gnunet-peerinfo.c \
39 gnunet-peerinfo_plugins.c gnunet-peerinfo_plugins.h 39 gnunet-peerinfo_plugins.c gnunet-peerinfo_plugins.h
40
41gnunet_peerinfo_LDADD = \ 40gnunet_peerinfo_LDADD = \
42 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 41 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
43 $(top_builddir)/src/transport/libgnunettransport.la \ 42 $(top_builddir)/src/transport/libgnunettransport.la \
44 $(top_builddir)/src/hello/libgnunethello.la \ 43 $(top_builddir)/src/hello/libgnunethello.la \
45 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 44 $(top_builddir)/src/statistics/libgnunetstatistics.la \
46 $(top_builddir)/src/util/libgnunetutil.la 45 $(top_builddir)/src/util/libgnunetutil.la
46gnunet_peerinfo_LDFLAGS = \
47 $(GN_LIBINTL)
47 48
48if HAVE_PYTHON 49if HAVE_PYTHON
49check_SCRIPTS = \ 50check_SCRIPTS = \