aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorBertrand Marc <bmarc@debian.org>2020-07-04 19:06:49 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 17:19:53 +0200
commit1d417dcd0f4743976ddeecb397cb1cd8fde2f053 (patch)
tree5bfbc9d645f0a615238b4e2e7cc466252ede667c /src/peerinfo-tool
parente31c1d4a9f78c4e31fda1f98fe349b33abdd01a2 (diff)
downloadgnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.tar.gz
gnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.zip
Fix_build_dependencies
Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index dfcdcd3da..74af5890b 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -21,10 +21,19 @@ libgnunet_plugin_rest_peerinfo_la_LIBADD = \
21 $(top_builddir)/src/hello/libgnunethello.la \ 21 $(top_builddir)/src/hello/libgnunethello.la \
22 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 22 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
23 $(top_builddir)/src/transport/libgnunettransport.la \ 23 $(top_builddir)/src/transport/libgnunettransport.la \
24 $(top_builddir)/src/ats/libgnunetats.la \
24 $(top_builddir)/src/rest/libgnunetrest.la \ 25 $(top_builddir)/src/rest/libgnunetrest.la \
25 $(top_builddir)/src/json/libgnunetjson.la \ 26 $(top_builddir)/src/json/libgnunetjson.la \
26 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 27 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
27 $(LTLIBINTL) -ljansson $(MHD_LIBS) 28 $(LTLIBINTL) -ljansson $(MHD_LIBS)
29libgnunet_plugin_rest_peerinfo_la_DEPENDENCIES = \
30 $(top_builddir)/src/hello/libgnunethello.la \
31 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
32 $(top_builddir)/src/transport/libgnunettransport.la \
33 $(top_builddir)/src/ats/libgnunetats.la \
34 $(top_builddir)/src/rest/libgnunetrest.la \
35 $(top_builddir)/src/json/libgnunetjson.la \
36 $(top_builddir)/src/util/libgnunetutil.la
28libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \ 37libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \
29 $(GN_PLUGIN_LDFLAGS) 38 $(GN_PLUGIN_LDFLAGS)
30libgnunet_plugin_rest_peerinfo_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 39libgnunet_plugin_rest_peerinfo_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)