aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-27 17:42:56 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-27 17:42:56 +0100
commit85e44ceea61303ee3f2b4464a72742f85b2688ec (patch)
tree12b29d6c808b64c1f043c6d83908f353028cddd9 /src/exchangedb/Makefile.am
parent59716ffdc48ad71a0f047f7e68f04b64d449d408 (diff)
downloadexchange-85e44ceea61303ee3f2b4464a72742f85b2688ec.tar.xz
work on kycaid attribute extraction
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r--src/exchangedb/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 2ae5fe426..8ea9a4123 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -291,7 +291,9 @@ libtalerexchangedb_la_LDFLAGS = \
check_PROGRAMS = \
- test-exchangedb-postgres \
+ test-exchangedb-postgres
+
+noinst_PROGRAMS = \
bench-db-postgres\
perf-exchangedb-reserves-in-insert-postgres\
test-exchangedb-by-j-postgres\