diff options
-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 |