diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-01 15:32:58 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-01 15:32:58 +0200 |
commit | 39e51a95be1539467efc146bf72e88631414ef9d (patch) | |
tree | 8c8a8371c50d0430c32d93a69836b5f1b15ad52e /src/exchangedb/Makefile.am | |
parent | 262ecc1dec0d764878b02c3eaee83da3370f1592 (diff) |
work on #9039
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r-- | src/exchangedb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index ab9e666ca..a81c2d722 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -124,6 +124,7 @@ libtaler_plugin_exchangedb_postgres_la_SOURCES = \ pg_select_withdraw_amounts_for_kyc_check.h pg_select_withdraw_amounts_for_kyc_check.c \ pg_select_merge_amounts_for_kyc_check.h pg_select_merge_amounts_for_kyc_check.c \ pg_profit_drains_set_finished.h pg_profit_drains_set_finished.c \ + pg_select_deposit_amounts_for_kyc_check.h pg_select_deposit_amounts_for_kyc_check.c \ pg_lookup_aml_history.h pg_lookup_aml_history.c \ pg_lookup_kyc_history.h pg_lookup_kyc_history.c \ pg_profit_drains_get_pending.h pg_profit_drains_get_pending.c \ |