aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-08-01 03:25:18 +0200
committerPhil <phil.buschmann@tum.de>2018-08-01 03:25:18 +0200
commit7d1449573337751de58055d89c954e0c4ebbe6f4 (patch)
tree3a53328d8e1d81ea20dbdde181f96ed0694f8ad3 /src/json
parentf7ca27a73e69a8c224d65768be3416ff1388c1d7 (diff)
downloadgnunet-7d1449573337751de58055d89c954e0c4ebbe6f4.tar.gz
gnunet-7d1449573337751de58055d89c954e0c4ebbe6f4.zip
fix makefiles
Diffstat (limited to 'src/json')
-rw-r--r--src/json/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 04f27fec7..f3fa28d69 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -20,6 +20,7 @@ libgnunetjson_la_SOURCES = \
20 json_gnsrecord.c 20 json_gnsrecord.c
21libgnunetjson_la_LIBADD = \ 21libgnunetjson_la_LIBADD = \
22 $(top_builddir)/src/util/libgnunetutil.la \ 22 $(top_builddir)/src/util/libgnunetutil.la \
23 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
23 -ljansson \ 24 -ljansson \
24 $(XLIB) 25 $(XLIB)
25 26