gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 114/171: -move idp gns record handling to identity


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 114/171: -move idp gns record handling to identity-provider
Date: Thu, 04 Jan 2018 16:10:22 +0100

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

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

commit d5ec12fdbc288f376ee2ee18aceb00e338191f28
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Sep 16 09:44:32 2017 +0200

    -move idp gns record handling to identity-provider
---
 src/identity-provider/Makefile.am                           | 13 +++++++++++--
 .../plugin_gnsrecord_identity_provider.c}                   |  0
 src/identity/Makefile.am                                    | 11 +----------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/identity-provider/Makefile.am 
b/src/identity-provider/Makefile.am
index 4f5738692..ab0c2f67e 100644
--- a/src/identity-provider/Makefile.am
+++ b/src/identity-provider/Makefile.am
@@ -22,7 +22,8 @@ pkgcfg_DATA = \
 lib_LTLIBRARIES = \
   libgnunetidentityprovider.la
 plugin_LTLIBRARIES = \
-       libgnunet_plugin_rest_identity_provider.la
+       libgnunet_plugin_rest_identity_provider.la \
+       libgnunet_plugin_gnsrecord_identity_provider.la
 
 bin_PROGRAMS = \
  gnunet-identity-token \
@@ -31,6 +32,15 @@ bin_PROGRAMS = \
 libexec_PROGRAMS = \
  gnunet-service-identity-provider
 
+libgnunet_plugin_gnsrecord_identity_provider_la_SOURCES = \
+  plugin_gnsrecord_identity_provider.c
+libgnunet_plugin_gnsrecord_identity_provider_la_LIBADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(LTLIBINTL)
+libgnunet_plugin_gnsrecord_identity_provider_la_LDFLAGS = \
+ $(GN_PLUGIN_LDFLAGS)
+
+
 gnunet_service_identity_provider_SOURCES = \
  gnunet-service-identity-provider.c \
  identity_token.c
@@ -68,7 +78,6 @@ libgnunet_plugin_rest_identity_provider_la_LIBADD = \
 libgnunet_plugin_rest_identity_provider_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 
-
 gnunet_idp_SOURCES = \
  gnunet-idp.c
 gnunet_idp_LDADD = \
diff --git a/src/identity/plugin_gnsrecord_identity.c 
b/src/identity-provider/plugin_gnsrecord_identity_provider.c
similarity index 100%
rename from src/identity/plugin_gnsrecord_identity.c
rename to src/identity-provider/plugin_gnsrecord_identity_provider.c
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 94e8c5e94..b8e70fffb 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -42,8 +42,7 @@ libexec_PROGRAMS = \
 if HAVE_MHD
 if HAVE_JSON
 plugin_LTLIBRARIES = \
-  libgnunet_plugin_rest_identity.la \
-  libgnunet_plugin_gnsrecord_identity.la
+  libgnunet_plugin_rest_identity.la 
 endif
 endif
 
@@ -55,14 +54,6 @@ gnunet_service_identity_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 
-libgnunet_plugin_gnsrecord_identity_la_SOURCES = \
-  plugin_gnsrecord_identity.c
-libgnunet_plugin_gnsrecord_identity_la_LIBADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  $(LTLIBINTL)
-libgnunet_plugin_gnsrecord_identity_la_LDFLAGS = \
- $(GN_PLUGIN_LDFLAGS)
-
 
 libgnunet_plugin_rest_identity_la_SOURCES = \
   plugin_rest_identity.c

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



reply via email to

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