sync

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

commit 50c482495e33314141bca76bbc1c31c69e00b739
parent 0506fcba11e8289677fa3087e7e5d3520b2891a6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 25 Nov 2019 16:09:39 +0100

stuff

Diffstat:
Msrc/syncdb/Makefile.am | 8++------
Msrc/syncdb/sync-dbinit.c | 3+--
Msrc/syncdb/test_sync_db.c | 1-
3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am @@ -24,10 +24,7 @@ sync_dbinit_LDADD = \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libsyncutil.la \ -lsyncdb \ - -lgnunetutil \ - -ltalerutil \ - -ltalerpq - + -lgnunetutil lib_LTLIBRARIES = \ libsyncdb.la @@ -65,8 +62,7 @@ test_sync_db_postgres_LDFLAGS = \ libsyncdb.la \ -lgnunetutil \ -lgnunetpq \ - -ltalerutil \ - -ltalerpq + -ltalerutil TESTS = \ test_sync_db-postgres diff --git a/src/syncdb/sync-dbinit.c b/src/syncdb/sync-dbinit.c @@ -19,7 +19,6 @@ * @author Christian Grothoff */ #include "platform.h" -#include <taler/taler_util.h> #include <gnunet/gnunet_util_lib.h> #include "sync_util.h" #include "sync_database_lib.h" @@ -91,7 +90,7 @@ main (int argc, /* force linker to link against libtalerutil; if we do not do this, the linker may "optimize" libtalerutil - away and skip #TALER_OS_init(), which we do need */ + away and skip #SYNC_OS_init(), which we do need */ (void) SYNC_project_data_default (); GNUNET_assert (GNUNET_OK == GNUNET_log_setup ("sync-dbinit", diff --git a/src/syncdb/test_sync_db.c b/src/syncdb/test_sync_db.c @@ -18,7 +18,6 @@ * @brief testcase for sync postgres db plugin * @author Christian Grothoff */ - #include "platform.h" #include <gnunet/gnunet_util_lib.h> #include <taler/taler_util.h>