aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-02 16:32:36 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-02 16:32:36 +0000
commitbee208bcd6803829aa26c55a4c8e176a5f2c815f (patch)
tree6974bc9e94a1ec938b5376d2631233d2e75baf7d /src/gns/Makefile.am
parentfc9b25be2dbe5392501dbc0b6659c1aa50809bc2 (diff)
downloadgnunet-bee208bcd6803829aa26c55a4c8e176a5f2c815f.tar.gz
gnunet-bee208bcd6803829aa26c55a4c8e176a5f2c815f.zip
- Refactor jsonapi into separate module
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index b058a8033..5ac598735 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -234,6 +234,7 @@ libgnunet_plugin_rest_gns_la_LIBADD = \
234 libgnunetgns.la \ 234 libgnunetgns.la \
235 $(top_builddir)/src/rest/libgnunetrest.la \ 235 $(top_builddir)/src/rest/libgnunetrest.la \
236 $(top_builddir)/src/identity/libgnunetidentity.la \ 236 $(top_builddir)/src/identity/libgnunetidentity.la \
237 $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
237 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 238 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
238 $(LTLIBINTL) -ljansson -lmicrohttpd 239 $(LTLIBINTL) -ljansson -lmicrohttpd
239libgnunet_plugin_rest_gns_la_LDFLAGS = \ 240libgnunet_plugin_rest_gns_la_LDFLAGS = \