From 6207eae11f18c00b2f1fcf1eb8963d03d1b10b40 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 Jun 2012 07:32:37 +0000 Subject: -fixing #2405 --- src/datastore/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/datastore/Makefile.am') diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index e7bccbc06..e9774eddd 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -92,7 +92,8 @@ 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 + $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ + $(LTLIBINTL) libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) @@ -123,7 +124,8 @@ libgnunet_plugin_datastore_postgres_la_CPPFLAGS = \ libgnunet_plugin_datastore_template_la_SOURCES = \ plugin_datastore_template.c libgnunet_plugin_datastore_template_la_LIBADD = \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) + $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ + $(LTLIBINTL) libgnunet_plugin_datastore_template_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) @@ -233,4 +235,4 @@ EXTRA_DIST = \ perf_plugin_datastore_data_postgres.conf \ test_plugin_datastore_data_mysql.conf \ test_plugin_datastore_data_postgres.conf \ - test_plugin_datastore_data_sqlite.conf \ No newline at end of file + test_plugin_datastore_data_sqlite.conf -- cgit v1.2.3