sync

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

commit 9b390e67d946eff18c08cf10dac30b9ea9f5b7f4
parent bfd7a93d2df6efe3c0e3cf6faee7cc35d31de2c9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 10 Jan 2024 15:41:10 +0100

-add missing dependency

Diffstat:
Msrc/lib/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -7,7 +7,7 @@ if USE_COVERAGE endif lib_LTLIBRARIES = \ - libsync.la + libsync.la libsync_la_LDFLAGS = \ -version-info 0:0:0 \ @@ -20,8 +20,8 @@ libsync_la_LIBADD = \ -lgnunetcurl \ -lgnunetjson \ -ltalerjson \ + -ltalercurl \ -ltalerutil \ -lgnunetutil \ -ljansson \ $(XLIB) -