From 7d1449573337751de58055d89c954e0c4ebbe6f4 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 1 Aug 2018 03:25:18 +0200 Subject: [PATCH] fix makefiles --- src/identity/Makefile.am | 2 -- src/json/Makefile.am | 1 + src/namestore/Makefile.am | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am index b8e70fffb..e7104f0c3 100644 --- a/src/identity/Makefile.am +++ b/src/identity/Makefile.am @@ -60,8 +60,6 @@ libgnunet_plugin_rest_identity_la_SOURCES = \ libgnunet_plugin_rest_identity_la_LIBADD = \ libgnunetidentity.la \ $(top_builddir)/src/rest/libgnunetrest.la \ - $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \ - $(top_builddir)/src/jsonapi/libgnunetjsonapiutils.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ $(LTLIBINTL) -ljansson -lmicrohttpd libgnunet_plugin_rest_identity_la_LDFLAGS = \ diff --git a/src/json/Makefile.am b/src/json/Makefile.am index 04f27fec7..f3fa28d69 100644 --- a/src/json/Makefile.am +++ b/src/json/Makefile.am @@ -20,6 +20,7 @@ libgnunetjson_la_SOURCES = \ json_gnsrecord.c libgnunetjson_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ -ljansson \ $(XLIB) diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 777e722c2..7f44c2a71 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -230,8 +230,8 @@ libgnunet_plugin_rest_namestore_la_LIBADD = \ libgnunetnamestore.la \ $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ - $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \ - $(top_builddir)/src/jsonapi/libgnunetjsonapiutils.la \ + $(top_builddir)/src/json/libgnunetjson.la \ + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ $(LTLIBINTL) -ljansson -lmicrohttpd libgnunet_plugin_rest_namestore_la_LDFLAGS = \ -- 2.25.1