From f48595ede523757350ea8e4557dca37f72694d58 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 15 Feb 2019 20:55:59 +0100 Subject: [PATCH] fix dist build --- src/ats-tests/Makefile.am | 1 + src/include/Makefile.am | 1 + src/rest-plugins/Makefile.am | 2 ++ 3 files changed, 4 insertions(+) diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am index c85645b9d..83f9e1b6a 100644 --- a/src/ats-tests/Makefile.am +++ b/src/ats-tests/Makefile.am @@ -60,6 +60,7 @@ libgnunetatstesting_la_SOURCES = \ libgnunetatstesting_la_LIBADD = \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(top_builddir)/src/core/libgnunetcore.la \ + $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/ats/libgnunetats.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 6b930178f..4e84e023c 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -106,6 +106,7 @@ gnunetinclude_HEADERS = \ gnunet_regex_service.h \ gnunet_rest_lib.h \ gnunet_rest_plugin.h \ + gnunet_rps_service.h \ gnunet_revocation_service.h \ gnunet_scalarproduct_service.h \ gnunet_scheduler_lib.h \ diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am index f36154ebd..a49ab0ef0 100644 --- a/src/rest-plugins/Makefile.am +++ b/src/rest-plugins/Makefile.am @@ -67,6 +67,7 @@ libgnunet_plugin_rest_copying_la_LDFLAGS = \ libgnunet_plugin_rest_peerinfo_la_SOURCES = \ plugin_rest_peerinfo.c libgnunet_plugin_rest_peerinfo_la_LIBADD = \ + $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/json/libgnunetjson.la \ @@ -104,6 +105,7 @@ libgnunet_plugin_rest_namestore_la_LDFLAGS = \ libgnunet_plugin_rest_gns_la_SOURCES = \ plugin_rest_gns.c libgnunet_plugin_rest_gns_la_LIBADD = \ + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/gns/libgnunetgns.la \ $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ -- 2.25.1