From 43864a32204bf109593cbfbc5801f89cf39b7bfa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Jul 2016 11:37:42 +0000 Subject: -separate mysql plugin build from sqlite, FTBFS so not active for now --- src/psycstore/Makefile.am | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'src/psycstore/Makefile.am') diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am index add6b3ee9..ee61b8c78 100644 --- a/src/psycstore/Makefile.am +++ b/src/psycstore/Makefile.am @@ -55,14 +55,24 @@ gnunet_service_psycstore_LDADD = \ plugin_LTLIBRARIES = \ $(SQLITE_PLUGIN) -libgnunet_plugin_psycstore_sqlite_la_SOURCES = \ - plugin_psycstore_sqlite.c \ +libgnunet_plugin_psycstore_mysql_la_SOURCES = \ plugin_psycstore_mysql.c -libgnunet_plugin_psycstore_sqlite_la_LIBADD = \ +libgnunet_plugin_psycstore_mysql_la_LIBADD = \ libgnunetpsycstore.la \ $(top_builddir)/src/my/libgnunetmy.la \ $(top_builddir)/src/mysql/libgnunetmysql.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ + $(LTLIBINTL) +libgnunet_plugin_psycstore_mysql_la_LDFLAGS = \ + $(GN_PLUGIN_LDFLAGS) + + +libgnunet_plugin_psycstore_sqlite_la_SOURCES = \ + plugin_psycstore_sqlite.c +libgnunet_plugin_psycstore_sqlite_la_LIBADD = \ + libgnunetpsycstore.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ $(LTLIBINTL) libgnunet_plugin_psycstore_sqlite_la_LDFLAGS = \ @@ -98,4 +108,3 @@ test_plugin_psycstore_sqlite_SOURCES = \ test_plugin_psycstore_sqlite_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la - -- cgit v1.2.3