aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorBertrand Marc <bmarc@debian.org>2020-07-04 19:06:49 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 17:19:53 +0200
commit1d417dcd0f4743976ddeecb397cb1cd8fde2f053 (patch)
tree5bfbc9d645f0a615238b4e2e7cc466252ede667c /src/json
parente31c1d4a9f78c4e31fda1f98fe349b33abdd01a2 (diff)
downloadgnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.tar.gz
gnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.zip
Fix_build_dependencies
Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
Diffstat (limited to 'src/json')
-rw-r--r--src/json/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 9cd80851c..2ed05c35a 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -27,6 +27,10 @@ libgnunetjson_la_LIBADD = \
27 $(MHD_LIBS) \ 27 $(MHD_LIBS) \
28 $(XLIB) \ 28 $(XLIB) \
29 $(Z_LIBS) 29 $(Z_LIBS)
30libgnunetjson_la_DEPENDENCIES = \
31 $(top_builddir)/src/util/libgnunetutil.la \
32 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
33
30 34
31check_PROGRAMS = \ 35check_PROGRAMS = \
32 test_json \ 36 test_json \