sync

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

commit 451106fe8a5874018cbc5d4b56ccbf17a6ee825e
parent 9b390e67d946eff18c08cf10dac30b9ea9f5b7f4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 12 Jan 2024 18:08:25 +0100

-fix Makefile.am

Diffstat:
Msrc/syncdb/Makefile.am | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am @@ -58,14 +58,14 @@ libsyncdb_la_LDFLAGS = \ libsync_plugin_db_postgres_la_SOURCES = \ plugin_syncdb_postgres.c -libsync_plugin_db_postgres_la_LIBADD = \ - $(LTLIBINTL) libsync_plugin_db_postgres_la_LDFLAGS = \ - $(SYNC_PLUGIN_LDFLAGS) \ - -lgnunetpq \ - -lpq \ + $(SYNC_PLUGIN_LDFLAGS) +libsync_plugin_db_postgres_la_LIBADD = \ + $(LTLIBINTL) \ -ltalerpq \ + -lgnunetpq \ -lgnunetutil \ + -lpq \ $(XLIB) check_PROGRAMS = \