aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest-plugins/Makefile.am')
-rw-r--r--src/rest-plugins/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index ff14bcc0b..65ad7fcec 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -43,19 +43,6 @@ libgnunet_plugin_rest_copying_la_LIBADD = \
43libgnunet_plugin_rest_copying_la_LDFLAGS = \ 43libgnunet_plugin_rest_copying_la_LDFLAGS = \
44 $(GN_PLUGIN_LDFLAGS) 44 $(GN_PLUGIN_LDFLAGS)
45 45
46libgnunet_plugin_rest_peerinfo_la_SOURCES = \
47 plugin_rest_peerinfo.c
48libgnunet_plugin_rest_peerinfo_la_LIBADD = \
49 $(top_builddir)/src/hello/libgnunethello.la \
50 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
51 $(top_builddir)/src/rest/libgnunetrest.la \
52 $(top_builddir)/src/json/libgnunetjson.la \
53 $(top_builddir)/src/transport/libgnunettransport.la \
54 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
55 $(LTLIBINTL) -ljansson -lmicrohttpd
56libgnunet_plugin_rest_peerinfo_la_LDFLAGS = \
57 $(GN_PLUGIN_LDFLAGS)
58
59 46
60 47
61 48