From fae4fb8687587377c01048de574b1d2a0556bf3e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Jan 2015 14:17:42 +0100 Subject: fixing ftbfs of testcase --- src/mint/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mint/Makefile.am') diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am index 9bb554a48..55d627c41 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am @@ -107,7 +107,9 @@ test_mint_deposits_SOURCES = \ test_mint_deposits_LDADD = \ libtalermint_common.la \ $(top_srcdir)/src/util/libtalerutil.la \ + $(top_srcdir)/src/pq/libtalerpq.la \ -lgnunetutil \ + -ljansson \ -lpq test_mint_common_SOURCES = \ @@ -115,4 +117,5 @@ test_mint_common_SOURCES = \ test_mint_common_LDADD = \ libtalermint_common.la \ $(top_srcdir)/src/util/libtalerutil.la \ + $(top_srcdir)/src/pq/libtalerpq.la \ -lgnunetutil -- cgit v1.2.3