linking
authorChristian Grothoff <christian@grothoff.org>
Thu, 5 May 2011 08:24:06 +0000 (08:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 5 May 2011 08:24:06 +0000 (08:24 +0000)
src/transport/Makefile.am

index 55fd97b6c09c5e4ca1f094370fa59fb5c13f8405..5012a389c7db120d76dcccb3061aa9fda88da5d5 100644 (file)
@@ -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) \