aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-14 11:17:30 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-14 11:17:30 +0200
commit5bb2565bab0b8fa8cac263b9fb70edf3ae2278d9 (patch)
tree33d2a86abe831bfd3cd711ad7332433b35891766 /src/peerinfo-tool/Makefile.am
parent97e72521285a2ff2189334cb43d0a8f385d73e4a (diff)
parent4cc09ba10da89ac32b4a40bde9abbe77bba21c78 (diff)
downloadgnunet-5bb2565bab0b8fa8cac263b9fb70edf3ae2278d9.tar.gz
gnunet-5bb2565bab0b8fa8cac263b9fb70edf3ae2278d9.zip
resolve merge conflict with peerinfo plugin move
Diffstat (limited to 'src/peerinfo-tool/Makefile.am')
-rw-r--r--src/peerinfo-tool/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 6f9a3360c..429224650 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -26,27 +26,6 @@ gnunet_peerinfo_LDADD = \
26 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 26 $(top_builddir)/src/statistics/libgnunetstatistics.la \
27 $(top_builddir)/src/util/libgnunetutil.la 27 $(top_builddir)/src/util/libgnunetutil.la
28 28
29if HAVE_MHD
30if HAVE_JSON
31plugin_LTLIBRARIES = \
32 libgnunet_plugin_rest_peerinfo.la
33endif
34endif
35
36
37libgnunet_plugin_rest_peerinfo_la_SOURCES = \
38 plugin_rest_peerinfo.c
39libgnunet_plugin_rest_peerinfo_la_LIBADD = \
40 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
41 $(top_builddir)/src/transport/libgnunettransport.la \
42 $(top_builddir)/src/rest/libgnunetrest.la \
43 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
44 $(LTLIBINTL) -ljansson -lmicrohttpd
45libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \
46 $(GN_PLUGIN_LDFLAGS)
47
48
49
50if HAVE_PYTHON 29if HAVE_PYTHON
51check_SCRIPTS = \ 30check_SCRIPTS = \
52 test_gnunet_peerinfo.py 31 test_gnunet_peerinfo.py