diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-03 17:05:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-03 17:05:29 +0200 |
commit | 2dbf8cefe0a11252758227bf4a3a7881fa663edc (patch) | |
tree | 31845026dca69ea8b708d2317a5add80d6656d33 /src/exchangedb/Makefile.am | |
parent | f4c8eb6a9c460a9a9b8ea1c4358e1ce87097a8f1 (diff) |
-work on DB logic
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r-- | src/exchangedb/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 3ea5a0d9..e446682b 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -70,7 +70,10 @@ endif libtaler_plugin_exchangedb_postgres_la_SOURCES = \ plugin_exchangedb_postgres.c pg_helper.h \ pg_insert_close_request.c pg_insert_close_request.h \ - pg_insert_reserve_open_deposit.c pg_insert_reserve_open_deposit.h + pg_insert_reserve_open_deposit.c pg_insert_reserve_open_deposit.h \ + pg_iterate_kyc_reference.c pg_iterate_kyc_reference.h \ + pg_iterate_reserve_close_info.c pg_iterate_reserve_close_info.h \ + pg_select_reserve_close_info.c pg_select_reserve_close_info.h libtaler_plugin_exchangedb_postgres_la_LIBADD = \ $(LTLIBINTL) libtaler_plugin_exchangedb_postgres_la_LDFLAGS = \ |