From 9409d917c44b812c2f7f5edfb2f464753294a4a6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 24 Jun 2018 14:30:45 +0200 Subject: [PATCH] add missing linker option --- src/ats-tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am index 53b37b558..c85645b9d 100644 --- a/src/ats-tests/Makefile.am +++ b/src/ats-tests/Makefile.am @@ -59,6 +59,7 @@ libgnunetatstesting_la_SOURCES = \ ats-testing-experiment.c ats-testing-preferences.c libgnunetatstesting_la_LIBADD = \ $(top_builddir)/src/testbed/libgnunettestbed.la \ + $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/ats/libgnunetats.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -- 2.25.1