From ecdc35a09b840720e1b87f2d51aba537976ccf3f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 May 2013 19:10:02 +0000 Subject: adding tool to convert/merge datastores (#2875) --- src/datastore/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/datastore/Makefile.am') diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index 57639fa37..c2acc2ffe 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -32,6 +32,8 @@ libgnunetdatastore_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 1:0:0 +bin_PROGRAMS = \ + gnunet-datastore libexec_PROGRAMS = \ gnunet-service-datastore @@ -43,6 +45,13 @@ gnunet_service_datastore_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_datastore_SOURCES = \ + gnunet-datastore.c +gnunet_datastore_LDADD = \ + $(top_builddir)/src/datastore/libgnunetdatastore.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) + if HAVE_MYSQL MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la if HAVE_BENCHMARKS -- cgit v1.2.3