aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-30 17:36:52 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-30 17:36:52 +0900
commitc3eca4a0aabe79be51c18fbe56a91b033b1f0549 (patch)
treedaae960b60cf0f055c1c07fae19a0dff9946e46a /src/namestore/Makefile.am
parentc31abdb6dc1b6da4c23b203ffb96db0aa5646915 (diff)
downloadgnunet-c3eca4a0aabe79be51c18fbe56a91b033b1f0549.tar.gz
gnunet-c3eca4a0aabe79be51c18fbe56a91b033b1f0549.zip
NAMESTORE: Add DB setup utility with SQlite support; PQ broken
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 5142058ad..d5e110206 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -90,6 +90,7 @@ libexec_PROGRAMS = \
90 90
91bin_PROGRAMS = \ 91bin_PROGRAMS = \
92 gnunet-namestore \ 92 gnunet-namestore \
93 gnunet-namestore-dbtool \
93 gnunet-zoneimport 94 gnunet-zoneimport
94 95
95libexec_PROGRAMS += \ 96libexec_PROGRAMS += \
@@ -153,6 +154,14 @@ gnunet_namestore_LDADD = \
153 libgnunetnamestore.la \ 154 libgnunetnamestore.la \
154 $(GN_LIBINTL) 155 $(GN_LIBINTL)
155 156
157gnunet_namestore_dbtool_SOURCES = \
158 gnunet-namestore-dbtool.c
159gnunet_namestore_dbtool_LDADD = \
160 $(top_builddir)/src/util/libgnunetutil.la \
161 libgnunetnamestore.la \
162 $(GN_LIBINTL)
163
164
156 165
157gnunet_namestore_fcfsd_SOURCES = \ 166gnunet_namestore_fcfsd_SOURCES = \
158 gnunet-namestore-fcfsd.c 167 gnunet-namestore-fcfsd.c