summaryrefslogtreecommitdiff
path: root/src/exchange/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-04 14:43:42 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-04 14:43:42 +0200
commita72661fd297a6be6fa21ebaa9f0e795c2cb89f8a (patch)
tree200a18679a6269777bcc19bfaf866f1611ac0e07 /src/exchange/Makefile.am
parentc83e22d199c08f6c0369342ad8d38bc4baf76877 (diff)
downloadexchange-a72661fd297a6be6fa21ebaa9f0e795c2cb89f8a.tar.gz
exchange-a72661fd297a6be6fa21ebaa9f0e795c2cb89f8a.tar.bz2
exchange-a72661fd297a6be6fa21ebaa9f0e795c2cb89f8a.zip
add bank logic to log transactions
Diffstat (limited to 'src/exchange/Makefile.am')
-rw-r--r--src/exchange/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index 3375a41d5..a7e175929 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -64,6 +64,7 @@ test_taler_exchange_aggregator_postgres_SOURCES = \
test_taler_exchange_aggregator_postgres_LDADD = \
$(LIBGCRYPT_LIBS) \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
+ $(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
-lmicrohttpd \
-lgnunetutil \