aboutsummaryrefslogtreecommitdiff
path: root/src/json/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/Makefile.am')
-rw-r--r--src/json/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index f030c3016..dfe185d5e 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -22,7 +22,9 @@ libgnunetjson_la_LIBADD = \
22 $(top_builddir)/src/util/libgnunetutil.la \ 22 $(top_builddir)/src/util/libgnunetutil.la \
23 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 23 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
24 -ljansson \ 24 -ljansson \
25 $(XLIB) 25 -lmicrohttpd \
26 $(XLIB) \
27 $(Z_LIBS)
26 28
27check_PROGRAMS = \ 29check_PROGRAMS = \
28 test_json \ 30 test_json \
@@ -57,6 +59,7 @@ test_json_mhd_LDADD = \
57 $(top_builddir)/src/util/libgnunetutil.la \ 59 $(top_builddir)/src/util/libgnunetutil.la \
58 -ljansson \ 60 -ljansson \
59 -lmicrohttpd \ 61 -lmicrohttpd \
62 $(Z_LIBS) \
60 $(LIB_GNURL) 63 $(LIB_GNURL)
61test_json_mhd_CPPFLAGS = \ 64test_json_mhd_CPPFLAGS = \
62 $(CPP_GNURL) $(AM_CPPFLAGS) 65 $(CPP_GNURL) $(AM_CPPFLAGS)