sync

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

commit 7eb13020a62db749db69c6d65cda0b42b865cc9e
parent 644e65e10e05dd222f9a40b960dc694ebc842428
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 17 Feb 2020 22:04:06 +0100

fix path

Diffstat:
Msrc/syncdb/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am @@ -23,7 +23,7 @@ sync_dbinit_SOURCES = \ sync_dbinit_LDADD = \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libsyncutil.la \ - syncdb.la \ + libsyncdb.la \ -ltalerutil \ -lgnunetutil