gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated (dfda564 -> 3d2ddee)


From: gnunet
Subject: [taler-donau] branch master updated (dfda564 -> 3d2ddee)
Date: Mon, 15 Jan 2024 15:21:00 +0100

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

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

    from dfda564  [testing] remove test files
     new ad8ed9e  fix talerpq link error
     new 3d2ddee  Merge remote-tracking branch 'refs/remotes/origin/master'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/Makefile.am         |  5 +----
 src/donau/Makefile.am   |  1 +
 src/donaudb/Makefile.am |  1 +
 src/pq/Makefile.am      | 40 ++++++++++++++++++++--------------------
 4 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 03e2b0f..4745812 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,5 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
-if HAVE_POSTGRESQL
-  PQ_DIR = pq
-endif
 
 # pkgcfgdir = $(prefix)/share/taler/config.d/
 # pkgcfg_DATA = \
@@ -15,7 +12,7 @@ SUBDIRS = \
   include \
   util \
   json \
-  $(PQ_DIR) \
+  pq \
   donaudb \
   #donau \
   lib \
diff --git a/src/donau/Makefile.am b/src/donau/Makefile.am
index 72a3d37..79736dd 100644
--- a/src/donau/Makefile.am
+++ b/src/donau/Makefile.am
@@ -23,6 +23,7 @@ donau_httpd_LDADD = \
   $(LIBGCRYPT_LIBS) \
   $(top_builddir)/src/donaudb/libdonaudb.la \
   $(top_builddir)/src/util/libdonauutil.la \
+  $(top_builddir)/src/pq/libdonaupq.la \
   -lmicrohttpd \
   -ltalermhd   \
   -ltalerutil  \
diff --git a/src/donaudb/Makefile.am b/src/donaudb/Makefile.am
index fe9468a..f9acd07 100644
--- a/src/donaudb/Makefile.am
+++ b/src/donaudb/Makefile.am
@@ -95,6 +95,7 @@ libtaler_plugin_donaudb_postgres_la_SOURCES = \
 libtaler_plugin_donaudb_postgres_la_LIBADD = \
   $(LTLIBINTL) \
   $(top_builddir)/src/util/libdonauutil.la \
+  $(top_builddir)/src/pq/libdonaupq.la \
   -ltalerpq \
   -ltalerutil \
   -lgnunetpq \
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index 5612de8..4fcf524 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -7,35 +7,35 @@ if USE_COVERAGE
 endif
 
 lib_LTLIBRARIES = \
-  libtalerpq.la
+  libdonaupq.la
 
-libtalerpq_la_SOURCES = \
+libdonaupq_la_SOURCES = \
   pq_query_helper.c \
   pq_result_helper.c
-libtalerpq_la_LIBADD = \
+libdonaupq_la_LIBADD = \
   $(top_builddir)/src/util/libdonauutil.la  \
   -lgnunetutil -ljansson \
   -lgnunetpq \
   -lpq \
   $(XLIB)
-libtalerpq_la_LDFLAGS = \
+libdonaupq_la_LDFLAGS = \
   $(POSTGRESQL_LDFLAGS) \
   -version-info 0:0:0 \
   -no-undefined
 
-check_PROGRAMS= \
- test_pq
-
-TESTS = \
- $(check_PROGRAMS)
-
-test_pq_SOURCES = \
-  test_pq.c
-test_pq_LDADD = \
-  libtalerpq.la \
-  $(top_builddir)/src/util/libdonauutil.la  \
-  -lgnunetpq \
-  -lgnunetutil \
-  -ljansson \
-  -lpq \
-  $(XLIB)
+#check_PROGRAMS= \
+# test_pq
+#
+#TESTS = \
+# $(check_PROGRAMS)
+#
+#test_pq_SOURCES = \
+#  test_pq.c
+#test_pq_LDADD = \
+#  libdonaupq.la \
+#  $(top_builddir)/src/util/libdonauutil.la  \
+#  -lgnunetpq \
+#  -lgnunetutil \
+#  -ljansson \
+#  -lpq \
+#  $(XLIB)

-- 
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]