diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-26 19:27:53 +0100 |
---|---|---|
committer | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-26 19:27:53 +0100 |
commit | 2a5691d8f883f0648748069c4931015aafd749de (patch) | |
tree | 41a89956420e1967e2bd1fea297a61d0404b8aba /src/mint/Makefile.am | |
parent | 0ab29c68c884599f3b19760e9487ff7bddd8ada8 (diff) |
db: testcase depends on the postgres plugin
Diffstat (limited to 'src/mint/Makefile.am')
-rw-r--r-- | src/mint/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am index 17caccffa..5afae3b30 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am @@ -144,3 +144,5 @@ test_mint_db_postgres_LDADD = \ $(top_srcdir)/src/util/libtalerutil.la \ $(top_srcdir)/src/pq/libtalerpq.la \ -lgnunetutil -ljansson +EXTRA_test_mint_db_postgres_DEPENDENCIES = \ + libtaler_plugin_mintdb_postgres.la |