diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-03 12:46:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-03 12:46:30 +0200 |
commit | f4c8eb6a9c460a9a9b8ea1c4358e1ce87097a8f1 (patch) | |
tree | c1688e1d45ccd35484f4a7fc39567dddf9d48a3e /src/exchangedb/Makefile.am | |
parent | 87ec6916c8d018566451ff941157d89e71dcd75a (diff) |
-skeletons for new PG functions
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r-- | src/exchangedb/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 01ce13de..3ea5a0d9 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -68,7 +68,9 @@ plugin_LTLIBRARIES = \ endif libtaler_plugin_exchangedb_postgres_la_SOURCES = \ - plugin_exchangedb_postgres.c + 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 libtaler_plugin_exchangedb_postgres_la_LIBADD = \ $(LTLIBINTL) libtaler_plugin_exchangedb_postgres_la_LDFLAGS = \ |