From d61627fcf65ae236e0aabb62ca3a8dc580ec554e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 May 2011 08:24:06 +0000 Subject: [PATCH] linking --- src/transport/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 55fd97b6c..5012a389c 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -271,7 +271,8 @@ endif test_transport_ats_SOURCES = \ test_transport_ats.c -test_transport_ats_LDADD = \ +test_transport_ats_LDADD = -lm \ + $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la @@ -279,6 +280,7 @@ test_transport_ats_LDADD = \ test_transport_ats_perf_SOURCES = \ test_transport_ats_perf.c test_transport_ats_perf_LDADD = \ + $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(GN_GLPK) \ -- 2.25.1