plane hacking
[oweals/gnunet.git] / src / fs / Makefile.am
index 4a7e4621a103b6d226596a6e231d355b7c4b1b25..542c776f30fa2ace9b22f2244b75d39383a55960 100644 (file)
@@ -96,6 +96,7 @@ gnunet_service_fs_SOURCES =  \
  gnunet-service-fs_indexing.c gnunet-service-fs_indexing.h 
 gnunet_service_fs_LDADD =  \
  $(top_builddir)/src/fs/libgnunetfs.la \
+ $(top_builddir)/src/dht/libgnunetdht.la \
  $(top_builddir)/src/block/libgnunetblock.la \
  $(top_builddir)/src/datastore/libgnunetdatastore.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -122,6 +123,7 @@ check_PROGRAMS = \
  test_fs_getopt \
  test_fs_list_indexed \
  test_fs_namespace \
+ test_fs_namespace_list_updateable \
  test_fs_publish \
  test_fs_publish_persistence \
  test_fs_search \
@@ -152,6 +154,7 @@ TESTS = \
  test_fs_file_information \
  test_fs_list_indexed \
  test_fs_namespace \
+ test_fs_namespace_list_updateable \
  test_fs_publish \
  test_fs_publish_persistence \
  test_fs_search \
@@ -215,6 +218,12 @@ test_fs_namespace_LDADD = \
   $(top_builddir)/src/fs/libgnunetfs.la  \
   $(top_builddir)/src/util/libgnunetutil.la  
 
+test_fs_namespace_list_updateable_SOURCES = \
+ test_fs_namespace_list_updateable.c
+test_fs_namespace_list_updateable_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la  \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
 test_fs_publish_SOURCES = \
  test_fs_publish.c
 test_fs_publish_LDADD = \