aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/json/json_generator.c2
-rw-r--r--src/rest-plugins/Makefile.am1
2 files changed, 2 insertions, 1 deletions
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,
193 expiration_time_str, 193 expiration_time_str,
194 "flag", 194 "flag",
195 flags, 195 flags,
196 "label", 196 "record_name",
197 rname); 197 rname);
198 } 198 }
199 else 199 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 = \
80 $(top_builddir)/src/gns/libgnunetgns.la \ 80 $(top_builddir)/src/gns/libgnunetgns.la \
81 $(top_builddir)/src/rest/libgnunetrest.la \ 81 $(top_builddir)/src/rest/libgnunetrest.la \
82 $(top_builddir)/src/identity/libgnunetidentity.la \ 82 $(top_builddir)/src/identity/libgnunetidentity.la \
83 $(top_builddir)/src/json/libgnunetjson.la \
83 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 84 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
84 $(LTLIBINTL) -ljansson -lmicrohttpd 85 $(LTLIBINTL) -ljansson -lmicrohttpd
85libgnunet_plugin_rest_gns_la_LDFLAGS = \ 86libgnunet_plugin_rest_gns_la_LDFLAGS = \