aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-17 19:32:28 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-17 19:32:28 +0000
commitcaed9f3ee509b41d7c31f5bc7dcacfd56a857a2e (patch)
tree18b224efa4f8c0f5ab92a6c1978a950b68cf3ba9 /src/json
parenta5361231e36224607d8c2c1376757c0b99f34f59 (diff)
downloadgnunet-caed9f3ee509b41d7c31f5bc7dcacfd56a857a2e.tar.gz
gnunet-caed9f3ee509b41d7c31f5bc7dcacfd56a857a2e.zip
-fix build issues
Diffstat (limited to 'src/json')
-rw-r--r--src/json/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 83cd6dd2d..104fbe06e 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -17,7 +17,7 @@ libgnunetjson_la_SOURCES = \
17 json_generator.c \ 17 json_generator.c \
18 json_helper.c 18 json_helper.c
19libgnunetjson_la_LIBADD = \ 19libgnunetjson_la_LIBADD = \
20 -lgnunetutil \ 20 $(top_builddir)/src/util/libgnunetutil.la \
21 -ljansson \ 21 -ljansson \
22 $(XLIB) 22 $(XLIB)
23 23