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.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 85ac37b83..80316dc2e 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -89,10 +89,6 @@ bin_PROGRAMS = \
89 gnunet-fs \ 89 gnunet-fs \
90 gnunet-unindex 90 gnunet-unindex
91 91
92#bin_SCRIPTS = \
93# gnunet-download-manager.scm
94noinst_SCRIPTS = gnunet-download-manager.scm
95
96gnunet_directory_SOURCES = \ 92gnunet_directory_SOURCES = \
97 gnunet-directory.c 93 gnunet-directory.c
98gnunet_directory_LDADD = \ 94gnunet_directory_LDADD = \
@@ -574,7 +570,6 @@ EXTRA_DIST = \
574 test_gnunet_fs_idx.py.in \ 570 test_gnunet_fs_idx.py.in \
575 test_gnunet_service_fs_migration_data.conf \ 571 test_gnunet_service_fs_migration_data.conf \
576 test_gnunet_service_fs_p2p_cadet.conf \ 572 test_gnunet_service_fs_p2p_cadet.conf \
577 test_pseudonym_data.conf \ 573 test_pseudonym_data.conf
578 $(noinst_SCRIPTS)
579 574
580CLEANFILES = $(check_SCRIPTS) 575CLEANFILES = $(check_SCRIPTS)