aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
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