aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-19 21:33:50 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-19 21:33:50 +0900
commit89fed7a08bc0dc499ecbdd90f519fc4de94c06e3 (patch)
treed6562366bf311b4b4f96ae5c988232b6aa75c443 /src/namestore/Makefile.am
parentda036970cd6b71908052eee17dc1b50f31e6b310 (diff)
downloadgnunet-89fed7a08bc0dc499ecbdd90f519fc4de94c06e3.tar.gz
gnunet-89fed7a08bc0dc499ecbdd90f519fc4de94c06e3.zip
NAMESTORE: Start parser for DNS zonefiles
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index da563a9e8..8abe6560f 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -85,6 +85,7 @@ libexec_PROGRAMS = \
85bin_PROGRAMS = \ 85bin_PROGRAMS = \
86 gnunet-namestore \ 86 gnunet-namestore \
87 gnunet-namestore-dbtool \ 87 gnunet-namestore-dbtool \
88 gnunet-namestore-zonefile \
88 gnunet-zoneimport 89 gnunet-zoneimport
89 90
90libexec_PROGRAMS += \ 91libexec_PROGRAMS += \
@@ -127,7 +128,12 @@ libgnunetnamestore_la_LDFLAGS = \
127 $(GN_LIB_LDFLAGS) \ 128 $(GN_LIB_LDFLAGS) \
128 -version-info 0:1:0 129 -version-info 0:1:0
129 130
130 131gnunet_namestore_zonefile_SOURCES = \
132 gnunet-namestore-zonefile.c
133gnunet_namestore_zonefile_LDADD = \
134 libgnunetnamestore.la \
135 $(top_builddir)/src/util/libgnunetutil.la \
136 $(GN_LIBINTL)
131 137
132gnunet_zoneimport_SOURCES = \ 138gnunet_zoneimport_SOURCES = \
133 gnunet-zoneimport.c 139 gnunet-zoneimport.c