aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:49:14 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 13:49:14 +0200
commit5b2527d8d81f92e00a0835e3039a0a2eee0ee566 (patch)
tree2e1ccc44f46ca7dc675f4938eab0e5e8efaad793 /src/namestore/Makefile.am
parent84bbd6f1be6686b3c816ee5bb5c0c786ac193c6c (diff)
downloadgnunet-5b2527d8d81f92e00a0835e3039a0a2eee0ee566.tar.gz
gnunet-5b2527d8d81f92e00a0835e3039a0a2eee0ee566.zip
BUILD: Move json to lib
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 8edc3b658..1e2423cf0 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -110,7 +110,7 @@ libgnunet_plugin_rest_namestore_la_LIBADD = \
110 libgnunetnamestore.la \ 110 libgnunetnamestore.la \
111 $(top_builddir)/src/rest/libgnunetrest.la \ 111 $(top_builddir)/src/rest/libgnunetrest.la \
112 $(top_builddir)/src/identity/libgnunetidentity.la \ 112 $(top_builddir)/src/identity/libgnunetidentity.la \
113 $(top_builddir)/src/json/libgnunetjson.la \ 113 $(top_builddir)/src/lib/json/libgnunetjson.la \
114 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ 114 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \
115 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecordjson.la \ 115 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecordjson.la \
116 $(top_builddir)/src/lib/util/libgnunetutil.la $(XLIBS) \ 116 $(top_builddir)/src/lib/util/libgnunetutil.la $(XLIBS) \
@@ -178,7 +178,7 @@ gnunet_namestore_fcfsd_LDADD = $(MHD_LIBS) \
178 $(top_builddir)/src/identity/libgnunetidentity.la \ 178 $(top_builddir)/src/identity/libgnunetidentity.la \
179 libgnunetnamestore.la \ 179 libgnunetnamestore.la \
180 $(top_builddir)/src/lib/util/libgnunetutil.la \ 180 $(top_builddir)/src/lib/util/libgnunetutil.la \
181 $(top_builddir)/src/json/libgnunetjson.la \ 181 $(top_builddir)/src/lib/json/libgnunetjson.la \
182 $(GN_LIBINTL) -ljansson 182 $(GN_LIBINTL) -ljansson
183gnunet_namestore_fcfsd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) 183gnunet_namestore_fcfsd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
184 184