gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix dep handling rest plugi


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix dep handling rest plugin
Date: Mon, 13 Aug 2018 09:56:51 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e4e62ee39 fix dep handling rest plugin
e4e62ee39 is described below

commit e4e62ee393f90cd9b788211f6d311cb180e38b30
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Mon Aug 13 09:56:48 2018 +0200

    fix dep handling rest plugin
---
 po/POTFILES.in               | 4 ++--
 src/jsonapi/Makefile.am      | 7 +++++--
 src/rest-plugins/Makefile.am | 6 ++++--
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index a1cdac7f2..1f2753b9b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -211,7 +211,6 @@ src/jsonapi/jsonapi_document.c
 src/jsonapi/jsonapi_error.c
 src/jsonapi/jsonapi_relationship.c
 src/jsonapi/jsonapi_resource.c
-src/jsonapi/plugin_rest_openid_connect.c
 src/jsonapi/plugin_rest_reclaim.c
 src/multicast/gnunet-multicast.c
 src/multicast/gnunet-service-multicast.c
@@ -292,7 +291,6 @@ src/reclaim-attribute/reclaim_attribute.c
 src/reclaim/gnunet-reclaim.c
 src/reclaim/gnunet-service-reclaim.c
 src/reclaim/jwt.c
-src/reclaim/oidc_helper.c
 src/reclaim/plugin_gnsrecord_reclaim.c
 src/reclaim/plugin_reclaim_sqlite.c
 src/reclaim/reclaim_api.c
@@ -310,10 +308,12 @@ src/regex/regex_internal_dht.c
 src/regex/regex_test_graph.c
 src/regex/regex_test_lib.c
 src/regex/regex_test_random.c
+src/rest-plugins/oidc_helper.c
 src/rest-plugins/plugin_rest_copying.c
 src/rest-plugins/plugin_rest_gns.c
 src/rest-plugins/plugin_rest_identity.c
 src/rest-plugins/plugin_rest_namestore.c
+src/rest-plugins/plugin_rest_openid_connect.c
 src/rest-plugins/plugin_rest_peerinfo.c
 src/rest/gnunet-rest-server.c
 src/rest/rest.c
diff --git a/src/jsonapi/Makefile.am b/src/jsonapi/Makefile.am
index 0c6d60b10..489c4d9f2 100644
--- a/src/jsonapi/Makefile.am
+++ b/src/jsonapi/Makefile.am
@@ -8,8 +8,11 @@ endif
 
 lib_LTLIBRARIES = \
   libgnunetjsonapi.la \
-       libgnunetjsonapiutils.la \
-       libgnunet_plugin_rest_reclaim.la
+       libgnunetjsonapiutils.la
+
+if HAVE_ABE
+lib_LTLIBRARIES += libgnunet_plugin_rest_reclaim.la
+endif
 
 libgnunet_plugin_rest_reclaim_la_SOURCES = \
   plugin_rest_reclaim.c
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index ae74dc78a..3acf8839e 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -22,8 +22,10 @@ plugin_LTLIBRARIES = \
        libgnunet_plugin_rest_peerinfo.la \
        libgnunet_plugin_rest_identity.la \
        libgnunet_plugin_rest_namestore.la \
-  libgnunet_plugin_rest_gns.la \
-       libgnunet_plugin_rest_openid_connect.la
+  libgnunet_plugin_rest_gns.la
+if HAVE_ABE
+plugin_LTLIBRARIES += libgnunet_plugin_rest_openid_connect.la
+endif
 
 
 libgnunet_plugin_rest_copying_la_SOURCES = \

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



reply via email to

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