sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 9332a66d5d6755d204dfa053bda9aea02db2e1c6
parent 9904801e74e73c142bafcb49879ca24814c5aeb9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  4 Nov 2022 16:39:12 +0100

-fix disting

Diffstat:
Mconfigure.ac | 2+-
Msrc/syncdb/Makefile.am | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([sync],[0.8.3],[taler-bug@gnu.org]) +AC_INIT([sync],[0.9.0],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/sync/sync-httpd.c]) AC_CONFIG_HEADERS([sync_config.h]) # support for non-recursive builds diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am @@ -87,4 +87,5 @@ TESTS = \ EXTRA_DIST = \ $(pkgcfg_DATA) \ + $(sql_DATA) \ test_sync_db_postgres.conf