aboutsummaryrefslogtreecommitdiff
path: root/src/jsonapi/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-24 20:40:15 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-24 20:40:15 +0000
commitc651b45f01ccd44defd30f82fd21beb4426fea65 (patch)
tree9378928b64f21430bea5100c79f8c8ab6c824e8e /src/jsonapi/Makefile.am
parent425065e903d0eb1a4a1faeaf183401fa49e9560b (diff)
downloadgnunet-c651b45f01ccd44defd30f82fd21beb4426fea65.tar.gz
gnunet-c651b45f01ccd44defd30f82fd21beb4426fea65.zip
- jsonapi build fix, add peerstore flat (EXP)
Diffstat (limited to 'src/jsonapi/Makefile.am')
-rw-r--r--src/jsonapi/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jsonapi/Makefile.am b/src/jsonapi/Makefile.am
index f190d3e09..3cf3a4cd2 100644
--- a/src/jsonapi/Makefile.am
+++ b/src/jsonapi/Makefile.am
@@ -17,7 +17,6 @@ libgnunetjsonapiutils_la_SOURCES = \
17 jsonapi.c 17 jsonapi.c
18libgnunetjsonapiutils_la_LIBADD = \ 18libgnunetjsonapiutils_la_LIBADD = \
19 $(top_builddir)/src/util/libgnunetutil.la \ 19 $(top_builddir)/src/util/libgnunetutil.la \
20 $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \
21 $(top_builddir)/src/rest/libgnunetrest.la \ 20 $(top_builddir)/src/rest/libgnunetrest.la \
22 $(XLIB) 21 $(XLIB)
23 22