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/mint/test-mint-db-postgres.conf b/src/mintdb/test-mint-db-postgres.conf similarity index 100% rename from src/mint/test-mint-db-postgres.conf rename to src/mintdb/test-mint-db-postgres.conf