From 688561488d42882dfcd87690af9d6144dc67c3c6 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 27 Sep 2018 20:17:32 +0200 Subject: [PATCH] add json linker flag --- src/rest-plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am index f119ea9b6..76104fa1a 100644 --- a/src/rest-plugins/Makefile.am +++ b/src/rest-plugins/Makefile.am @@ -34,6 +34,7 @@ libgnunet_plugin_rest_reclaim_la_SOURCES = \ libgnunet_plugin_rest_reclaim_la_LIBADD = \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/reclaim/libgnunetreclaim.la \ + $(top_builddir)/src/json/libgnunetjson.la \ $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/reclaim-attribute/libgnunetreclaimattribute.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la \ -- 2.25.1