aboutsummaryrefslogtreecommitdiff
path: root/src/json/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-26 16:32:34 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-26 16:32:34 +0200
commit90095d19b4da40e79dce43a31af398a8925bcc4a (patch)
treecd8b5eaf6073963fae7c428d4ce0797253e88fd5 /src/json/Makefile.am
parent089fe579a913bda293d2c1579972a64657242660 (diff)
downloadgnunet-90095d19b4da40e79dce43a31af398a8925bcc4a.tar.gz
gnunet-90095d19b4da40e79dce43a31af398a8925bcc4a.zip
implement typed JSON packer
Diffstat (limited to 'src/json/Makefile.am')
-rw-r--r--src/json/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index d4ea38adf..3c19f96bf 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -16,9 +16,10 @@ libgnunetjson_la_LDFLAGS = \
16libgnunetjson_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 16libgnunetjson_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
17libgnunetjson_la_SOURCES = \ 17libgnunetjson_la_SOURCES = \
18 json.c \ 18 json.c \
19 json_mhd.c \
20 json_generator.c \ 19 json_generator.c \
21 json_helper.c 20 json_helper.c \
21 json_mhd.c \
22 json_pack.c
22libgnunetjson_la_LIBADD = \ 23libgnunetjson_la_LIBADD = \
23 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
24 -ljansson \ 25 -ljansson \