gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix build issues


From: gnunet
Subject: [taler-anastasis] branch master updated: fix build issues
Date: Wed, 03 Mar 2021 10:56:46 +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 a6dcb0c  fix build issues
a6dcb0c is described below

commit a6dcb0c149a0fc9eebd93abacbc91a23f30545d5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 3 10:55:17 2021 +0100

    fix build issues
---
 contrib/gana                     | 2 +-
 src/include/anastasis_util_lib.h | 2 +-
 src/restclient/Makefile.am       | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 4c5ae13..943729d 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 4c5ae13bf6c7e3cb070e9d56065cfdfc053f0b3a
+Subproject commit 943729d4e2c2d97c3b5d737cf76b388086d94378
diff --git a/src/include/anastasis_util_lib.h b/src/include/anastasis_util_lib.h
index 3cfb7a7..9515c20 100644
--- a/src/include/anastasis_util_lib.h
+++ b/src/include/anastasis_util_lib.h
@@ -23,7 +23,7 @@
 #ifndef ANASTASIS_UTIL_LIB_H
 #define ANASTASIS_UTIL_LIB_H
 
-#include <anastasis_error_codes.h>
+#include "anastasis_error_codes.h"
 #define GNU_TALER_ERROR_CODES_H 1
 #include <gnunet/gnunet_util_lib.h>
 #include <taler/taler_util.h>
diff --git a/src/restclient/Makefile.am b/src/restclient/Makefile.am
index bf8865a..f105277 100644
--- a/src/restclient/Makefile.am
+++ b/src/restclient/Makefile.am
@@ -28,6 +28,7 @@ libanastasisrest_la_LIBADD = \
   -ljansson \
   -ltalerjson \
   -ltalerutil \
+  -ltalermerchant \
   -ltalerjson
   $(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]