fixing 1584
[oweals/gnunet.git] / src / fs / Makefile.am
index e90b217e96bd16966016ef318f1808c913398ac4..9625af830c718b92823534b6fbdd45e3b6c4f730 100644 (file)
@@ -17,7 +17,6 @@ noinst_LIBRARIES = libgnunetfstest.a
 
 libgnunetfs_la_SOURCES = \
   fs.c fs.h \
-  fs_collection.c \
   fs_directory.c \
   fs_download.c \
   fs_file_information.c \
@@ -115,7 +114,6 @@ gnunet_unindex_LDADD = \
 
 
 check_PROGRAMS = \
- test_fs_collection \
  test_fs_directory \
  test_fs_download \
  test_fs_download_indexed \
@@ -150,6 +148,7 @@ TESTS = \
  test_fs_download \
  test_fs_download_indexed \
  test_fs_download_persistence \
+ test_fs_file_information \
  test_fs_list_indexed \
  test_fs_namespace \
  test_fs_publish \
@@ -157,22 +156,14 @@ TESTS = \
  test_fs_search \
  test_fs_search_persistence \
  test_fs_start_stop \
- test_fs_file_information
  test_fs_unindex \
  test_fs_unindex_persistence \
  test_fs_uri \
  test_fs_test_lib \
  test_gnunet_service_fs_migration \
  test_gnunet_service_fs_p2p \
- $(check_SCRIPTS) 
- $(check_PROGRAMS)
-
+ $(check_SCRIPTS)  
 
-test_fs_collection_SOURCES = \
- test_fs_collection.c
-test_fs_collection_LDADD = \
-  $(top_builddir)/src/fs/libgnunetfs.la  \
-  $(top_builddir)/src/util/libgnunetutil.la  
 
 test_fs_directory_SOURCES = \
  test_fs_directory.c
@@ -314,10 +305,9 @@ test_gnunet_fs_idx.py: test_gnunet_fs_idx.py.in Makefile
 EXTRA_DIST = \
   fs_test_lib_data.conf \
   test_fs_data.conf \
-  test_fs_collection_data.conf \
   test_fs_download_data.conf \
   test_fs_file_information_data.conf \
-  test_fs_file_information_data_image.jpg \
+  test_fs_file_information_meta_data_image.jpg \
   fs_test_lib_data.conf \
   test_fs_list_indexed_data.conf \
   test_fs_namespace_data.conf \