From 9303881d2202695a4dff8cfc919aaf47552f6f62 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 28 Mar 2015 12:32:24 +0100 Subject: fix extra-disting --- src/mint/test-mint-db-postgres.conf | 6 ------ src/mintdb/Makefile.am | 4 +++- src/mintdb/test-mint-db-postgres.conf | 6 ++++++ 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 src/mint/test-mint-db-postgres.conf create mode 100644 src/mintdb/test-mint-db-postgres.conf diff --git a/src/mint/test-mint-db-postgres.conf b/src/mint/test-mint-db-postgres.conf deleted file mode 100644 index a5a738e49..000000000 --- a/src/mint/test-mint-db-postgres.conf +++ /dev/null @@ -1,6 +0,0 @@ -[mint] -#The DB plugin to use -DB = postgres - -#The connection string the plugin has to use for connecting to the database -DB_CONN_STR = postgres:///taler diff --git a/src/mintdb/Makefile.am b/src/mintdb/Makefile.am index ceaa2e210..acd863468 100644 --- a/src/mintdb/Makefile.am +++ b/src/mintdb/Makefile.am @@ -6,7 +6,9 @@ plugindir = $(libdir)/taler plugin_LTLIBRARIES = \ libtaler_plugin_mintdb_postgres.la -EXTRA_DIST = plugin_mintdb_common.c +EXTRA_DIST = \ + plugin_mintdb_common.c \ + test-mint-db-postgres.conf libtaler_plugin_mintdb_postgres_la_SOURCES = \ plugin_mintdb_postgres.c diff --git a/src/mintdb/test-mint-db-postgres.conf b/src/mintdb/test-mint-db-postgres.conf new file mode 100644 index 000000000..a5a738e49 --- /dev/null +++ b/src/mintdb/test-mint-db-postgres.conf @@ -0,0 +1,6 @@ +[mint] +#The DB plugin to use +DB = postgres + +#The connection string the plugin has to use for connecting to the database +DB_CONN_STR = postgres:///taler -- cgit v1.2.3