aboutsummaryrefslogtreecommitdiff
path: root/src/json/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-09 21:24:50 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-09 21:24:50 +0000
commit5dfcb058ab5db9ae0c4b147d8a99c64ca0980028 (patch)
tree98a2779afe44cce99c50c688c0a186f764fd39c0 /src/json/Makefile.am
parent26852f8f658a38a7e3a5f47e5eb2057080eec3b8 (diff)
downloadgnunet-5dfcb058ab5db9ae0c4b147d8a99c64ca0980028.tar.gz
gnunet-5dfcb058ab5db9ae0c4b147d8a99c64ca0980028.zip
fix ftbfs
Diffstat (limited to 'src/json/Makefile.am')
-rw-r--r--src/json/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index d874d7507..da19e7955 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -14,7 +14,7 @@ libgnunetjson_la_LDFLAGS = \
14 -no-undefined 14 -no-undefined
15libgnunetjson_la_SOURCES = \ 15libgnunetjson_la_SOURCES = \
16 json.c \ 16 json.c \
17 json_mhd.c \ 17 json_mhd.c \
18 json_generator.c \ 18 json_generator.c \
19 json_helper.c 19 json_helper.c
20libgnunetjson_la_LIBADD = \ 20libgnunetjson_la_LIBADD = \
@@ -32,5 +32,5 @@ test_json_SOURCES = \
32 test_json.c 32 test_json.c
33test_json_LDADD = \ 33test_json_LDADD = \
34 libgnunetjson.la \ 34 libgnunetjson.la \
35 -lgnunetutil \ 35 $(top_builddir)/src/util/libgnunetutil.la \
36 -ljansson 36 -ljansson