aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index b4e493d2b..c5dba2d58 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -11,6 +11,8 @@ endif
11 11
12pkgcfgdir= $(pkgdatadir)/config.d/ 12pkgcfgdir= $(pkgdatadir)/config.d/
13 13
14libexecdir= $(pkglibdir)/libexec/
15
14pkgcfg_DATA = \ 16pkgcfg_DATA = \
15 fs.conf 17 fs.conf
16 18
@@ -60,15 +62,17 @@ libgnunetfstest_a_LIBADD = \
60 $(top_builddir)/src/testing/libgnunettesting.la \ 62 $(top_builddir)/src/testing/libgnunettesting.la \
61 $(top_builddir)/src/testbed/libgnunettestbed.la 63 $(top_builddir)/src/testbed/libgnunettestbed.la
62 64
65libexec_PROGRAMS = \
66 gnunet-helper-fs-publish \
67 gnunet-service-fs
68
63bin_PROGRAMS = \ 69bin_PROGRAMS = \
64 gnunet-auto-share \ 70 gnunet-auto-share \
65 gnunet-directory \ 71 gnunet-directory \
66 gnunet-download \ 72 gnunet-download \
67 gnunet-publish \ 73 gnunet-publish \
68 gnunet-helper-fs-publish \
69 gnunet-pseudonym \ 74 gnunet-pseudonym \
70 gnunet-search \ 75 gnunet-search \
71 gnunet-service-fs \
72 gnunet-fs \ 76 gnunet-fs \
73 gnunet-unindex 77 gnunet-unindex
74 78