aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:45:37 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:45:37 +0100
commit1053f49f48dcd6bf53d624f17117ccbf878de396 (patch)
tree88d51e369df5df0ff4f70c161484e750baabbacd /src/util/Makefile.am
parent60aff9e596e988954d3f50d57442744b1e20f576 (diff)
downloadgnunet-1053f49f48dcd6bf53d624f17117ccbf878de396.tar.gz
gnunet-1053f49f48dcd6bf53d624f17117ccbf878de396.zip
move copying rest
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index cd14fb4ca..5b1bcfd55 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -45,6 +45,23 @@ if ENABLE_BENCHMARK
45 PTHREAD = -lpthread 45 PTHREAD = -lpthread
46endif 46endif
47 47
48if HAVE_MHD
49if HAVE_JSON
50REST_PLUGIN = libgnunet_plugin_rest_copying.la
51endif
52endif
53
54
55libgnunet_plugin_rest_copying_la_SOURCES = \
56 plugin_rest_copying.c
57libgnunet_plugin_rest_copying_la_LIBADD = \
58 $(top_builddir)/src/rest/libgnunetrest.la \
59 libgnunetutil.la $(XLIBS) \
60 $(LTLIBINTL) -lmicrohttpd
61libgnunet_plugin_rest_copying_la_LDFLAGS = \
62 $(GN_PLUGIN_LDFLAGS)
63
64
48w32cat_SOURCES = w32cat.c 65w32cat_SOURCES = w32cat.c
49 66
50gnunet_helper_w32_console_SOURCES = \ 67gnunet_helper_w32_console_SOURCES = \