gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (3a87c1377 -> 98cd2e57b)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (3a87c1377 -> 98cd2e57b)
Date: Thu, 28 Feb 2019 16:41:24 +0100

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

daniel-golle pushed a change to branch master
in repository gnunet.

    from 3a87c1377 doppelt haelt nicht besser :-)
     new 4ecb25ccb reclaim-attribute: include header in dist sources
     new 037d22e34 reclaim: include reclaim.conf in dist sources
     new 98cd2e57b rest-plugins: include headers in dist sources

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/reclaim-attribute/Makefile.am | 1 +
 src/reclaim/Makefile.am           | 5 +++--
 src/rest-plugins/Makefile.am      | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/reclaim-attribute/Makefile.am 
b/src/reclaim-attribute/Makefile.am
index 7db2925b1..e53f527b3 100644
--- a/src/reclaim-attribute/Makefile.am
+++ b/src/reclaim-attribute/Makefile.am
@@ -20,6 +20,7 @@ lib_LTLIBRARIES = \
   libgnunetreclaimattribute.la
 
 libgnunetreclaimattribute_la_SOURCES = \
+  reclaim_attribute.h \
   reclaim_attribute.c
 libgnunetreclaimattribute_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
index 093442181..f9942fa23 100644
--- a/src/reclaim/Makefile.am
+++ b/src/reclaim/Makefile.am
@@ -17,9 +17,10 @@ SQLITE_PLUGIN = libgnunet_plugin_reclaim_sqlite.la
 endif
 
 EXTRA_DIST = \
+  reclaim.conf \
   test_reclaim_defaults.conf \
-       test_reclaim.conf \
-       $(check_SCRIPTS)
+  test_reclaim.conf \
+  $(check_SCRIPTS)
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index a49ab0ef0..006c23101 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -30,6 +30,7 @@ endif
 
 libgnunet_plugin_rest_reclaim_la_SOURCES = \
   plugin_rest_reclaim.c \
+       json_reclaim.h \
        json_reclaim.c
 libgnunet_plugin_rest_reclaim_la_LIBADD = \
   $(top_builddir)/src/identity/libgnunetidentity.la \
@@ -117,6 +118,7 @@ libgnunet_plugin_rest_gns_la_LDFLAGS = \
 
 libgnunet_plugin_rest_openid_connect_la_SOURCES = \
   plugin_rest_openid_connect.c \
+       oidc_helper.h \
        oidc_helper.c
 libgnunet_plugin_rest_openid_connect_la_LIBADD = \
        $(top_builddir)/src/identity/libgnunetidentity.la \

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



reply via email to

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