gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix link


From: gnunet
Subject: [taler-anastasis] branch master updated: fix link
Date: Mon, 04 Nov 2019 20:38:14 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 866a235  fix link
866a235 is described below

commit 866a2355bc968720e903b25611acbe632377234f
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Nov 4 20:38:12 2019 +0100

    fix link
---
 m4/libtool.m4             | 6 ++++++
 src/backup-db/Makefile.am | 7 +++----
 src/include/Makefile.in   | 4 +++-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index c81e669..9d6dd9f 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4704,6 +4704,12 @@ m4_if([$1], [CXX], [
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
         ;;
+      # flang / f18. f95 an alias for gfortran or flang on Debian
+      flang* | f18* | f95*)
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+        ;;
       # icc used to be incompatible with GCC.
       # ICC 10 doesn't accept -KPIC any more.
       icc* | ifort*)
diff --git a/src/backup-db/Makefile.am b/src/backup-db/Makefile.am
index 7321db2..7a43872 100644
--- a/src/backup-db/Makefile.am
+++ b/src/backup-db/Makefile.am
@@ -46,14 +46,13 @@ check_PROGRAMS = \
 test_anastasis_db_postgres_SOURCES = \
   test_anastasis_db.c
 test_anastasis_db_postgres_LDFLAGS = \
+  libanastasisdb.la \
   -lgnunetutil \
-  -lgnunetdb \
+  -lgnunetpq \
   -ltalerutil 
-test_anastasis_db_postgres_LDADD = \
-  $(top_srcdir)/backup-db/libanastasisdb.la
 
 TESTS = \
   test_anastasis_db_postgres
 
-EXTRA_DIST = \ 
+EXTRA_DIST = \
   test_anastasis_db_postgres.conf
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index bf074d2..e97a65e 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -346,7 +346,9 @@ EXTRA_DIST = \
 anastasisincludedir = $(includedir)/anastasis
 anastasisinclude_HEADERS = \
   anastasis_database_plugin.h \
-  anastasis_service.h
+  anastasis_service.h \
+  anastasis_error_codes.h \
+  anastasis_database_lib.h
 
 all: all-am
 

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



reply via email to

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