fixed makefile for plugin_rest_gns, json_generator
authorPhil <phil.buschmann@tum.de>
Mon, 13 Aug 2018 23:05:18 +0000 (01:05 +0200)
committerPhil <phil.buschmann@tum.de>
Mon, 13 Aug 2018 23:12:17 +0000 (01:12 +0200)
src/json/json_generator.c
src/rest-plugins/Makefile.am

index 0ffe5c643d5fce8f32c5e7e864caabec00fcc113..96f07bdc2373ae457acda627a6e1e04c6acb1857 100644 (file)
@@ -193,7 +193,7 @@ GNUNET_JSON_from_gns_record (const char* rname,
                     expiration_time_str,
                     "flag",
                     flags,
-                    "label",
+                    "record_name",
                     rname);
   }
   else
index 3acf8839eeb0595c5dcad18425681d8746056fc3..486692b72ca8f48d436007e67a5ff988aedcaa86 100644 (file)
@@ -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 = \