diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-10 13:27:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-10 13:27:33 +0100 |
commit | 80b4fc08690267faf1b9eba9e66aa50921fdfaef (patch) | |
tree | 1b1508c6b1410a12eade79ddba4e23fab18d5a2f /src/exchangedb/Makefile.am | |
parent | 0e16fb816cb96611211265690d0fd797cf897dc4 (diff) |
skeleton for postgres_insert_records_by_table
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 bfc42ec1e..8a4adf6b3 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST = \ exchangedb.conf \ exchangedb-postgres.conf \ plugin_exchangedb_common.c \ + irbt_callbacks.c \ lrbt_callbacks.c \ test-exchange-db-postgres.conf \ $(sql_DATA) |