From: Schanzenbach, Martin Date: Thu, 14 Feb 2019 18:24:27 +0000 (+0100) Subject: fix build ats X-Git-Tag: v0.11.0~63^2~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c561f7f98f787053986eb8264495045212192037;p=oweals%2Fgnunet.git fix build ats --- diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index 1200aac09..4b9dac842 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -97,6 +97,7 @@ libgnunet_plugin_ats_mlp_la_SOURCES = \ libgnunet_plugin_ats_mlp_la_LIBADD = \ libgnunetats.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/nt/libgnunetnt.la \ $(top_builddir)/src/util/libgnunetutil.la libgnunet_plugin_ats_mlp_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) \