aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-05 08:24:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-05 08:24:06 +0000
commitd61627fcf65ae236e0aabb62ca3a8dc580ec554e (patch)
tree756f11cc0bf9782fb01cb3b16a4dd577e09f7780 /src
parent4ad3c5402aad17be8d8a34550c4795340581103e (diff)
downloadgnunet-d61627fcf65ae236e0aabb62ca3a8dc580ec554e.tar.gz
gnunet-d61627fcf65ae236e0aabb62ca3a8dc580ec554e.zip
linking
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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
271 271
272test_transport_ats_SOURCES = \ 272test_transport_ats_SOURCES = \
273 test_transport_ats.c 273 test_transport_ats.c
274test_transport_ats_LDADD = \ 274test_transport_ats_LDADD = -lm \
275 $(top_builddir)/src/transport/libgnunettransport.la \
275 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 276 $(top_builddir)/src/statistics/libgnunetstatistics.la \
276 $(top_builddir)/src/testing/libgnunettesting.la \ 277 $(top_builddir)/src/testing/libgnunettesting.la \
277 $(top_builddir)/src/util/libgnunetutil.la 278 $(top_builddir)/src/util/libgnunetutil.la
@@ -279,6 +280,7 @@ test_transport_ats_LDADD = \
279test_transport_ats_perf_SOURCES = \ 280test_transport_ats_perf_SOURCES = \
280 test_transport_ats_perf.c 281 test_transport_ats_perf.c
281test_transport_ats_perf_LDADD = \ 282test_transport_ats_perf_LDADD = \
283 $(top_builddir)/src/transport/libgnunettransport.la \
282 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 284 $(top_builddir)/src/statistics/libgnunetstatistics.la \
283 $(top_builddir)/src/testing/libgnunettesting.la \ 285 $(top_builddir)/src/testing/libgnunettesting.la \
284 $(GN_GLPK) \ 286 $(GN_GLPK) \