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.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 3e94e9182..264bb45d6 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -58,6 +58,7 @@ bin_PROGRAMS = \
58 gnunet-pseudonym \ 58 gnunet-pseudonym \
59 gnunet-search \ 59 gnunet-search \
60 gnunet-service-fs \ 60 gnunet-service-fs \
61 gnunet-fs \
61 gnunet-unindex 62 gnunet-unindex
62 63
63gnunet_directory_SOURCES = \ 64gnunet_directory_SOURCES = \
@@ -70,6 +71,16 @@ gnunet_directory_LDADD = \
70gnunet_directory_DEPENDENCIES = \ 71gnunet_directory_DEPENDENCIES = \
71 libgnunetfs.la 72 libgnunetfs.la
72 73
74gnunet_fs_SOURCES = \
75 gnunet-fs.c
76gnunet_fs_LDADD = \
77 $(top_builddir)/src/fs/libgnunetfs.la \
78 $(top_builddir)/src/util/libgnunetutil.la \
79 -lextractor \
80 $(GN_LIBINTL)
81gnunet_fs_DEPENDENCIES = \
82 libgnunetfs.la
83
73gnunet_download_SOURCES = \ 84gnunet_download_SOURCES = \
74 gnunet-download.c 85 gnunet-download.c
75gnunet_download_LDADD = \ 86gnunet_download_LDADD = \