aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:37:38 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:37:38 +0200
commit9ef4abad615bea12d13be542b8ae5fbeb2dfee32 (patch)
tree8875a687e004d331c9ea6a1d511a328c72b88113 /src/json
parente95236b3ed78cd597c15f34b89385295702b627f (diff)
downloadgnunet-9ef4abad615bea12d13be542b8ae5fbeb2dfee32.tar.gz
gnunet-9ef4abad615bea12d13be542b8ae5fbeb2dfee32.zip
NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/
This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
Diffstat (limited to 'src/json')
-rw-r--r--src/json/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 7743411d4..c67824ee4 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -23,7 +23,7 @@ libgnunetjson_la_SOURCES = \
23 json_mhd.c \ 23 json_mhd.c \
24 json_pack.c 24 json_pack.c
25libgnunetjson_la_LIBADD = \ 25libgnunetjson_la_LIBADD = \
26 $(top_builddir)/src/util/libgnunetutil.la \ 26 $(top_builddir)/src/lib/util/libgnunetutil.la \
27 -ljansson \ 27 -ljansson \
28 $(MHD_LIBS) \ 28 $(MHD_LIBS) \
29 $(XLIB) \ 29 $(XLIB) \
@@ -41,7 +41,7 @@ test_json_SOURCES = \
41test_json_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 41test_json_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
42test_json_LDADD = \ 42test_json_LDADD = \
43 libgnunetjson.la \ 43 libgnunetjson.la \
44 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/lib/util/libgnunetutil.la \
45 -ljansson 45 -ljansson
46 46
47 47
@@ -49,7 +49,7 @@ test_json_mhd_SOURCES = \
49 test_json_mhd.c 49 test_json_mhd.c
50test_json_mhd_LDADD = \ 50test_json_mhd_LDADD = \
51 libgnunetjson.la \ 51 libgnunetjson.la \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/lib/util/libgnunetutil.la \
53 -ljansson \ 53 -ljansson \
54 $(MHD_LIBS) \ 54 $(MHD_LIBS) \
55 $(Z_LIBS) \ 55 $(Z_LIBS) \