gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] 01/02: fix talerpq link error


From: gnunet
Subject: [taler-donau] 01/02: fix talerpq link error
Date: Mon, 15 Jan 2024 15:21:01 +0100

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

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

commit ad8ed9efd8fd833942b070cc7495eef1cb419560
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Mon Jan 15 15:20:07 2024 +0100

    fix talerpq link error
---
 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 021ed99..76311fe 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]