aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-04 20:31:16 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-04 20:31:16 +0900
commit4aeb9686fb4bd0fa686d1aa8c99211312726fcf0 (patch)
tree22c4b918f5881cf9dc19b58644b6d28f41fc850e /src/zonemaster/Makefile.am
parent34ae70a81bbfddc877593079e2e5f94f179deffc (diff)
downloadgnunet-4aeb9686fb4bd0fa686d1aa8c99211312726fcf0.tar.gz
gnunet-4aeb9686fb4bd0fa686d1aa8c99211312726fcf0.zip
NAMESTORE: Move Namecache block refresh into zonemonitor
Diffstat (limited to 'src/zonemaster/Makefile.am')
-rw-r--r--src/zonemaster/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zonemaster/Makefile.am b/src/zonemaster/Makefile.am
index f2d569c75..90b70f58a 100644
--- a/src/zonemaster/Makefile.am
+++ b/src/zonemaster/Makefile.am
@@ -28,6 +28,7 @@ gnunet_service_zonemaster_LDADD = \
28 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 28 $(top_builddir)/src/statistics/libgnunetstatistics.la \
29 $(top_builddir)/src/util/libgnunetutil.la \ 29 $(top_builddir)/src/util/libgnunetutil.la \
30 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 30 $(top_builddir)/src/namestore/libgnunetnamestore.la \
31 $(top_builddir)/src/namecache/libgnunetnamecache.la \
31 $(GN_LIBINTL) 32 $(GN_LIBINTL)
32 33
33 34
@@ -40,4 +41,5 @@ gnunet_service_zonemaster_monitor_LDADD = \
40 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 41 $(top_builddir)/src/statistics/libgnunetstatistics.la \
41 $(top_builddir)/src/util/libgnunetutil.la \ 42 $(top_builddir)/src/util/libgnunetutil.la \
42 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 43 $(top_builddir)/src/namestore/libgnunetnamestore.la \
44 $(top_builddir)/src/namecache/libgnunetnamecache.la \
43 $(GN_LIBINTL) 45 $(GN_LIBINTL)