summaryrefslogtreecommitdiff
path: root/src/exchangedb/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-06 10:22:09 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-06 10:22:09 +0200
commitad8351c912995a9ef0524822f0fdeef55e9d27a9 (patch)
treed74ff1654a60434d032f4c32571c26a3942b9622 /src/exchangedb/Makefile.am
parentf3819ae60d5055a5560deff835d8a9c8bd6e2324 (diff)
downloadexchange-ad8351c912995a9ef0524822f0fdeef55e9d27a9.tar.gz
exchange-ad8351c912995a9ef0524822f0fdeef55e9d27a9.tar.bz2
exchange-ad8351c912995a9ef0524822f0fdeef55e9d27a9.zip
fix iterate_matching_deposits(), LIMIT does not work with variables in Postgres (#4360)
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r--src/exchangedb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 416d5688f..0a7b0447c 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -80,6 +80,7 @@ test_exchangedb_postgres_SOURCES = \
test_exchangedb.c
test_exchangedb_postgres_LDADD = \
libtalerexchangedb.la \
+ $(top_builddir)/src/json/libtalerjson.la \
$(top_srcdir)/src/util/libtalerutil.la \
$(top_srcdir)/src/pq/libtalerpq.la \
-lgnunetutil -ljansson