aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-09 10:07:43 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-09 10:07:43 +0000
commit0cada45a69334845c7efbd3c17c1b5b98f9ce2a1 (patch)
tree19f8fe81d6958648d42c773b7be0f66c56f35e91 /src/fs/Makefile.am
parent7d09cf26f7ca7075aef5c9b75228ad0709980a7e (diff)
downloadgnunet-0cada45a69334845c7efbd3c17c1b5b98f9ce2a1.tar.gz
gnunet-0cada45a69334845c7efbd3c17c1b5b98f9ce2a1.zip
dead
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 5b5da8772..9625af830 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -114,7 +114,6 @@ gnunet_unindex_LDADD = \
114 114
115 115
116check_PROGRAMS = \ 116check_PROGRAMS = \
117 test_fs_collection \
118 test_fs_directory \ 117 test_fs_directory \
119 test_fs_download \ 118 test_fs_download \
120 test_fs_download_indexed \ 119 test_fs_download_indexed \
@@ -166,12 +165,6 @@ TESTS = \
166 $(check_SCRIPTS) 165 $(check_SCRIPTS)
167 166
168 167
169test_fs_collection_SOURCES = \
170 test_fs_collection.c
171test_fs_collection_LDADD = \
172 $(top_builddir)/src/fs/libgnunetfs.la \
173 $(top_builddir)/src/util/libgnunetutil.la
174
175test_fs_directory_SOURCES = \ 168test_fs_directory_SOURCES = \
176 test_fs_directory.c 169 test_fs_directory.c
177test_fs_directory_LDADD = \ 170test_fs_directory_LDADD = \
@@ -312,7 +305,6 @@ test_gnunet_fs_idx.py: test_gnunet_fs_idx.py.in Makefile
312EXTRA_DIST = \ 305EXTRA_DIST = \
313 fs_test_lib_data.conf \ 306 fs_test_lib_data.conf \
314 test_fs_data.conf \ 307 test_fs_data.conf \
315 test_fs_collection_data.conf \
316 test_fs_download_data.conf \ 308 test_fs_download_data.conf \
317 test_fs_file_information_data.conf \ 309 test_fs_file_information_data.conf \
318 test_fs_file_information_meta_data_image.jpg \ 310 test_fs_file_information_meta_data_image.jpg \