types
[oweals/gnunet.git] / src / fs / Makefile.am
index d4da86e6d73dc924e58b724fe8523a9a7ed3bc9d..e2f2e62678afc2ad5cd13ee8601700a49fdb5fd6 100644 (file)
@@ -39,20 +39,27 @@ libgnunetfs_la_LDFLAGS = \
 
 
 bin_PROGRAMS = \
-  gnunet-publish 
-# gnunet-directory 
-# gnunet-download 
-# gnunet-pseudonym 
-# gnunet-search
-# gnunet-unindex 
-
-#gnunet_directory_SOURCES = 
-# gnunet-directory.c         
-#gnunet_directory_LDADD = 
-#  $(top_builddir)/src/fs/libgnunetfs.la 
-#  $(top_builddir)/src/util/libgnunetutil.la 
-#  $(GN_LIBINTL)
+  gnunet-directory \
+  gnunet-download \
+  gnunet-publish \
+  gnunet-pseudonym \
+  gnunet-search \
+  gnunet-service-fs \
+  gnunet-unindex 
+
+gnunet_directory_SOURCES = \
+ gnunet-directory.c
+gnunet_directory_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
 
+gnunet_download_SOURCES =  \
+ gnunet-download.c         
+gnunet_download_LDADD =  \
+ $(top_builddir)/src/fs/libgnunetfs.la \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(GN_LIBINTL)
 
 gnunet_publish_SOURCES =  \
  gnunet-publish.c         
@@ -61,6 +68,38 @@ gnunet_publish_LDADD =  \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL)
 
+gnunet_pseudonym_SOURCES = \
+ gnunet-pseudonym.c
+gnunet_pseudonym_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
+
+gnunet_search_SOURCES = \
+ gnunet-search.c         
+gnunet_search_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
+
+gnunet_service_fs_SOURCES =  \
+ gnunet-service-fs.c         
+gnunet_service_fs_LDADD =  \
+ $(top_builddir)/src/fs/libgnunetfs.la \
+ $(top_builddir)/src/datastore/libgnunetdatastore.la \
+ $(top_builddir)/src/core/libgnunetcore.la \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(GN_LIBINTL)
+
+gnunet_unindex_SOURCES = \
+ gnunet-unindex.c         
+gnunet_unindex_LDADD = \
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
+
+
+
 
 check_PROGRAMS = \
  test_fs_collection \
@@ -68,7 +107,9 @@ check_PROGRAMS = \
  test_fs_getopt \
  test_fs_uri
 
-TESTS = $(check_PROGRAMS)
+TESTS = test_fs_directory test_fs_uri
+
+# $(check_PROGRAMS)
 
 test_fs_collection_SOURCES = \
  test_fs_collection.c