aboutsummaryrefslogtreecommitdiff
path: root/src/json/Makefile.am
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-07-03 10:47:40 +0200
committerPhil <phil.buschmann@tum.de>2018-07-03 10:47:40 +0200
commit6efdf409484a0b694bb3d6bcf95b1891f70886fb (patch)
treec7f19c59dc64109c0460d168123ec50806b81aad /src/json/Makefile.am
parent6ede545d597509fefcc3d4fd2ef865bc5f57603f (diff)
downloadgnunet-6efdf409484a0b694bb3d6bcf95b1891f70886fb.tar.gz
gnunet-6efdf409484a0b694bb3d6bcf95b1891f70886fb.zip
-wip namestore
Diffstat (limited to 'src/json/Makefile.am')
-rw-r--r--src/json/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index da19e7955..5aac23654 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -16,7 +16,8 @@ libgnunetjson_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 \
20 json_parser.c
20libgnunetjson_la_LIBADD = \ 21libgnunetjson_la_LIBADD = \
21 $(top_builddir)/src/util/libgnunetutil.la \ 22 $(top_builddir)/src/util/libgnunetutil.la \
22 -ljansson \ 23 -ljansson \