gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 02/02: Worked on policy API


From: gnunet
Subject: [taler-anastasis] 02/02: Worked on policy API
Date: Wed, 20 Nov 2019 08:37:05 +0100

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit 0a57d9f2a51e8037f3026ee9cfd055c76cb7883c
Author: Dennis Neufeld <address@hidden>
AuthorDate: Wed Nov 20 07:36:43 2019 +0000

    Worked on policy API
---
 src/include/Makefile.am |  2 +-
 src/include/anastasis.h | 28 ----------------------------
 src/lib/Makefile.am     |  6 ++++--
 3 files changed, 5 insertions(+), 31 deletions(-)

diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 4be342e..5f8d0a7 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -8,4 +8,4 @@ anastasisinclude_HEADERS = \
   anastasis_database_plugin.h \
   anastasis_service.h \
   anastasis_error_codes.h \
-  anastasis_database_lib.h
+  anastasis_database_lib.h 
\ No newline at end of file
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
deleted file mode 100644
index 8f935f4..0000000
--- a/src/include/anastasis.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-  This file is part of Anastasis
-  Copyright (C) 2019 Taler Systems SA
-
-  Anastasis is free software; you can redistribute it and/or modify it under 
the
-  terms of the GNU Lesser General Public License as published by the Free 
Software
-  Foundation; either version 3, or (at your option) any later version.
-
-  Anastasis is distributed in the hope that it will be useful, but WITHOUT ANY
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License along with
-  Anastasis; see the file COPYING.GPL.  If not, see 
<http://www.gnu.org/licenses/>
-*/
-/**
- * @file include/anastasis.h
- * @brief low level functions for Anastasis
- * @author Christian Grothoff
- * @author Dennis Neufeld
- * @author Dominik Meister
- */
-#ifndef ANASTASIS_H
-#define ANASTASIS_H
-
-#include "anastasis_service.h"
-
-// FIXME
\ No newline at end of file
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 1774696..3e67e50 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -1,5 +1,5 @@
 # This Makefile.am is in the public domain
-AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/backend
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/backend 
-I$(top_srcdir)/src/lib
 
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0
@@ -7,7 +7,7 @@ if USE_COVERAGE
 endif
 
 lib_LTLIBRARIES = \
-  libanastasis.la
+  libanastasis.la 
 
 libanastasis_la_LDFLAGS = \
   -version-info 0:0:0 \
@@ -33,3 +33,5 @@ if HAVE_LIBGNURL
 libanastasis_la_LIBADD += -lgnurl
 endif
 endif
+  
+

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



reply via email to

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