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


From: gnunet
Subject: [taler-anastasis] branch master updated: fix build
Date: Tue, 20 Oct 2020 10:03:57 +0200

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 814e05a  fix build
814e05a is described below

commit 814e05a23ffb71b1ac095900bd603c29363005fa
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 20 10:03:56 2020 +0200

    fix build
---
 src/backend/Makefile.am                           | 15 ++++++++-------
 src/backend/anastasis_authorization_plugin_file.c |  4 ++++
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
index b1f5e9d..18a94a2 100644
--- a/src/backend/Makefile.am
+++ b/src/backend/Makefile.am
@@ -9,17 +9,18 @@ if USE_COVERAGE
   XLIB = -lgcov
 endif
 
-#plugin_LTLIBRARIES = \
+plugin_LTLIBRARIES = \
   libanastasis_plugin_authorization_file.la
-#libanastasis_plugin_authorization_file_la_SOURCES = \
+libanastasis_plugin_authorization_file_la_SOURCES = \
   anastasis_authorization_plugin_file.c
-#libanastasis_plugin_authorization_file_la_LIBADD = \
+libanastasis_plugin_authorization_file_la_LIBADD = \
   $(LTLIBINTL)
-#libanastasis_plugin_authorization_file_la_LDFLAGS = \
+libanastasis_plugin_authorization_file_la_LDFLAGS = \
   $(TALER_PLUGIN_LDFLAGS) \
-       -ljansson \
-       -ltalerutil \
-       -lgnunetutil $(XLIB)
+  -ljansson \
+  -ltalerutil \
+  -lgnunetutil \
+  $(XLIB)
 
 pkgcfg_DATA = \
   anastasis.conf
diff --git a/src/backend/anastasis_authorization_plugin_file.c 
b/src/backend/anastasis_authorization_plugin_file.c
index 4a4949f..06f7242 100644
--- a/src/backend/anastasis_authorization_plugin_file.c
+++ b/src/backend/anastasis_authorization_plugin_file.c
@@ -18,6 +18,7 @@
  * @brief authorization plugin file based for testing
  * @author Dominik Meister
  */
+#include "platform.h"
 #include "anastasis_authorization_plugin.h"
 
 /**
@@ -74,6 +75,7 @@ file_validate (void *cls,
   return GNUNET_NO;
 }
 
+
 /**
  * Begin issuing authentication challenge to user based on @a data.
  * I.e. start to send SMS or e-mail or launch video identification.
@@ -103,6 +105,7 @@ file_start (void *cls,
   return as;
 }
 
+
 /**
  * Begin issuing authentication challenge to user based on @a data.
  * I.e. start to send SMS or e-mail or launch video identification.
@@ -141,6 +144,7 @@ file_cleanup (struct ANASTASIS_AUTHORIZATION_State *as)
   GNUNET_free (as);
 }
 
+
 /**
  * Initialize File based authorization plugin
  *

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