From: Christian Grothoff Date: Thu, 5 May 2011 08:24:06 +0000 (+0000) Subject: linking X-Git-Tag: initial-import-from-subversion-38251~18549 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d61627fcf65ae236e0aabb62ca3a8dc580ec554e;p=oweals%2Fgnunet.git linking --- 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) \