gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fixed makefile for plugin_r


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fixed makefile for plugin_rest_gns, json_generator
Date: Tue, 14 Aug 2018 01:14:03 +0200

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

phil pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4cc09ba10 fixed makefile for plugin_rest_gns, json_generator
4cc09ba10 is described below

commit 4cc09ba10da89ac32b4a40bde9abbe77bba21c78
Author: Phil <address@hidden>
AuthorDate: Tue Aug 14 01:05:18 2018 +0200

    fixed makefile for plugin_rest_gns, json_generator
---
 src/json/json_generator.c    | 2 +-
 src/rest-plugins/Makefile.am | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/json/json_generator.c b/src/json/json_generator.c
index 0ffe5c643..96f07bdc2 100644
--- a/src/json/json_generator.c
+++ b/src/json/json_generator.c
@@ -193,7 +193,7 @@ GNUNET_JSON_from_gns_record (const char* rname,
                     expiration_time_str,
                     "flag",
                     flags,
-                    "label",
+                    "record_name",
                     rname);
   }
   else
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index 3acf8839e..486692b72 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -80,6 +80,7 @@ libgnunet_plugin_rest_gns_la_LIBADD = \
   $(top_builddir)/src/gns/libgnunetgns.la \
        $(top_builddir)/src/rest/libgnunetrest.la \
   $(top_builddir)/src/identity/libgnunetidentity.la \
+  $(top_builddir)/src/json/libgnunetjson.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
   $(LTLIBINTL) -ljansson -lmicrohttpd
 libgnunet_plugin_rest_gns_la_LDFLAGS = \

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



reply via email to

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