aboutsummaryrefslogtreecommitdiff
path: root/src/rest/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-06 16:36:58 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-06 16:36:58 +0200
commitfcaa5854af792cad00c36ed1fd1c4e7fc2602f65 (patch)
tree6fe3f9257e27a6000a71eb1d6158ef192bbd78c5 /src/rest/Makefile.am
parent070a1c2e37fe8930bad59cbd06d6a0f55a8364f0 (diff)
downloadgnunet-fcaa5854af792cad00c36ed1fd1c4e7fc2602f65.tar.gz
gnunet-fcaa5854af792cad00c36ed1fd1c4e7fc2602f65.zip
remove jsonapi dep from copying
Diffstat (limited to 'src/rest/Makefile.am')
-rw-r--r--src/rest/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rest/Makefile.am b/src/rest/Makefile.am
index 848b7101c..ce0454d53 100644
--- a/src/rest/Makefile.am
+++ b/src/rest/Makefile.am
@@ -35,10 +35,8 @@ libgnunet_plugin_rest_copying_la_SOURCES = \
35 plugin_rest_copying.c 35 plugin_rest_copying.c
36libgnunet_plugin_rest_copying_la_LIBADD = \ 36libgnunet_plugin_rest_copying_la_LIBADD = \
37 $(top_builddir)/src/rest/libgnunetrest.la \ 37 $(top_builddir)/src/rest/libgnunetrest.la \
38 $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
39 $(top_builddir)/src/jsonapi/libgnunetjsonapiutils.la \
40 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 38 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
41 $(LTLIBINTL) -ljansson -lmicrohttpd 39 $(LTLIBINTL) -lmicrohttpd
42libgnunet_plugin_rest_copying_la_LDFLAGS = \ 40libgnunet_plugin_rest_copying_la_LDFLAGS = \
43 $(GN_PLUGIN_LDFLAGS) 41 $(GN_PLUGIN_LDFLAGS)
44 42