From e98a4e07e89e26cb24c68690fe9cf389e49de05c Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sat, 16 Feb 2019 21:02:11 +0100 Subject: fix another linker error --- src/ats/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index 4b9dac842..ac8a411eb 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -108,6 +108,7 @@ libgnunet_plugin_ats_ril_la_SOURCES = \ libgnunet_plugin_ats_ril_la_LIBADD = \ libgnunetats.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/nt/libgnunetnt.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(LTLIBINTL) libgnunet_plugin_ats_ril_la_LDFLAGS = \ -- cgit v1.2.3