diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-02 11:20:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-02 11:20:53 +0100 |
commit | 1d483e2e17efc9fce5e2b3c27fe533e386178e3d (patch) | |
tree | 332db230ab8a1fbc54dd5d86f6d67b22e94abdfa /src/exchangedb/Makefile.am | |
parent | 481ffc1a0a2c808316877a76d74262aa61274a26 (diff) |
templating helper
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r-- | src/exchangedb/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index f4ea5df9c..39bf4b7d6 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -146,3 +146,7 @@ bench_db_postgres_LDADD = \ EXTRA_test_exchangedb_postgres_DEPENDENCIES = \ libtaler_plugin_exchangedb_postgres.la + +EXTRA_DIST = \ + pg_template.h pg_template.c \ + pg_template.sh |