gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: cleanup, rename db lib


From: gnunet
Subject: [taler-donau] branch master updated: cleanup, rename db lib
Date: Tue, 12 Dec 2023 12:04:17 +0100

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

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 45493fd  cleanup, rename db lib
45493fd is described below

commit 45493fd318e35f0a0df4203ba875bbf8239cf302
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Tue Dec 12 12:03:56 2023 +0100

    cleanup, rename db lib
---
 src/donau-tools/Makefile.am |  2 +-
 src/donau/Makefile.am       |  2 +-
 src/donaudb/Makefile.am     | 10 +++++-----
 src/include/donaudb_lib.h   |  1 -
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/donau-tools/Makefile.am b/src/donau-tools/Makefile.am
index 2a781a8..87fd4b6 100644
--- a/src/donau-tools/Makefile.am
+++ b/src/donau-tools/Makefile.am
@@ -35,7 +35,7 @@ taler_donau_dbinit_LDADD = \
   $(LIBGCRYPT_LIBS) \
   $(top_builddir)/src/util/libdonauutil.la \
   $(top_builddir)/src/pq/libtalerpq.la \
-  $(top_builddir)/src/donaudb/libtalerdonaudb.la \
+  $(top_builddir)/src/donaudb/libdonaudb.la \
   -lgnunetutil \
   $(XLIB)
 taler_donau_dbinit_CPPFLAGS = \
diff --git a/src/donau/Makefile.am b/src/donau/Makefile.am
index a094403..7dda663 100644
--- a/src/donau/Makefile.am
+++ b/src/donau/Makefile.am
@@ -27,7 +27,7 @@ donau_httpd_SOURCES = \
 donau_httpd_LDADD = \
   $(LIBGCRYPT_LIBS) \
   $(top_builddir)/src/json/libtalerjson.la \
-  $(top_builddir)/src/donaudb/libtalerdonaudb.la \
+  $(top_builddir)/src/donaudb/libdonaudb.la \
   $(top_builddir)/src/util/libdonauutil.la \
   -lmicrohttpd \
   -ltalermhd   \
diff --git a/src/donaudb/Makefile.am b/src/donaudb/Makefile.am
index 6b7ccd6..6abc016 100644
--- a/src/donaudb/Makefile.am
+++ b/src/donaudb/Makefile.am
@@ -84,15 +84,15 @@ libtaler_plugin_donaudb_postgres_la_LDFLAGS = \
   $(XLIB)
 
 lib_LTLIBRARIES = \
-  libtalerdonaudb.la
+  libdonaudb.la
 
-libtalerdonaudb_la_SOURCES = \
+libdonaudb_la_SOURCES = \
   donaudb_plugin.c
-libtalerdonaudb_la_LIBADD = \
+libdonaudb_la_LIBADD = \
   $(top_builddir)/src/util/libdonauutil.la \
   -lgnunetutil \
   $(XLIB)
-libtalerdonaudb_la_LDFLAGS = \
+libdonaudb_la_LDFLAGS = \
   $(POSTGRESQL_LDFLAGS) \
   -version-info 1:0:0 \
   -no-undefined
@@ -109,7 +109,7 @@ TESTS = \
 test_donaudb_postgres_SOURCES = \
   test_donaudb.c
 test_donaudb_postgres_LDADD = \
-  libtalerdonaudb.la \
+  libdonaudb.la \
   $(top_builddir)/src/json/libtalerjson.la \
   $(top_builddir)/src/util/libdonauutil.la \
   $(top_builddir)/src/pq/libtalerpq.la \
diff --git a/src/include/donaudb_lib.h b/src/include/donaudb_lib.h
index 65e6eba..2e1c030 100644
--- a/src/include/donaudb_lib.h
+++ b/src/include/donaudb_lib.h
@@ -27,7 +27,6 @@ COPYING.If not, see <http:                        // 
www.gnu.org/licenses/>
 
 #include "donau_signatures.h"
 #include "donaudb_plugin.h"
-#include "taler/taler_bank_service.h"
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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