gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sync] branch master updated: stuff


From: gnunet
Subject: [taler-sync] branch master updated: stuff
Date: Mon, 25 Nov 2019 16:09:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 50c4824  stuff
50c4824 is described below

commit 50c482495e33314141bca76bbc1c31c69e00b739
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Nov 25 16:09:39 2019 +0100

    stuff
---
 src/syncdb/Makefile.am    | 8 ++------
 src/syncdb/sync-dbinit.c  | 3 +--
 src/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
index d5c92fa..d9b9999 100644
--- 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
index 055060e..9377088 100644
--- 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
index d0b7b61..7dc1698 100644
--- 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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]