no debug
[oweals/gnunet.git] / src / datastore / Makefile.am
index 3fdf181d0f867ecb15e1c3069bde31d7e093ae38..76d342bbd45065ccd27f0ea8f18ebfad993ba12d 100644 (file)
@@ -16,7 +16,7 @@ lib_LTLIBRARIES = \
   libgnunetdatastore.la
 
 libgnunetdatastore_la_SOURCES = \
-  datastore_api.c datastore.h
+  datastore_api.c datastore.h plugin_datastore.h
 libgnunetdatastore_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL) 
@@ -31,6 +31,7 @@ bin_PROGRAMS = \
 gnunet_service_datastore_SOURCES = \
  gnunet-service-datastore.c plugin_datastore.h
 gnunet_service_datastore_LDADD = \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 
@@ -43,6 +44,7 @@ plugin_LTLIBRARIES = \
 libgnunet_plugin_datastore_sqlite_la_SOURCES = \
   plugin_datastore_sqlite.c
 libgnunet_plugin_datastore_sqlite_la_LIBADD = \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3
 libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
@@ -57,8 +59,9 @@ libgnunet_plugin_datastore_template_la_LDFLAGS = \
 
 check_PROGRAMS = \
  test_datastore_api \
+ test_datastore_api_management \
  perf_datastore_api \
- perf_datastore_api_iterators
+ perf_plugin_datastore
 
 TESTS = $(check_PROGRAMS)
 
@@ -68,16 +71,24 @@ test_datastore_api_LDADD = \
  $(top_builddir)/src/datastore/libgnunetdatastore.la \
  $(top_builddir)/src/util/libgnunetutil.la  
 
+test_datastore_api_management_SOURCES = \
+ test_datastore_api_management.c
+test_datastore_api_management_LDADD = \
+ $(top_builddir)/src/datastore/libgnunetdatastore.la \
+ $(top_builddir)/src/util/libgnunetutil.la  
+
 perf_datastore_api_SOURCES = \
  perf_datastore_api.c
 perf_datastore_api_LDADD = \
  $(top_builddir)/src/datastore/libgnunetdatastore.la \
  $(top_builddir)/src/util/libgnunetutil.la  
 
-perf_datastore_api_iterators_SOURCES = \
- perf_datastore_api_iterators.c
-perf_datastore_api_iterators_LDADD = \
- $(top_builddir)/src/datastore/libgnunetdatastore.la \
+perf_plugin_datastore_SOURCES = \
+ perf_plugin_datastore.c
+perf_plugin_datastore_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
 
+EXTRA_DIST = \
+ test_datastore_api_data.conf \
+ perf_plugin_datastore_data.conf