aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-19 13:11:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-19 13:11:30 +0000
commit1278acd9c0d1ba92e27fd4d343a68d300e3ebeef (patch)
treefcb89532918a4306df6a8a7e577f0018534d4b29 /src
parent01cdfe6ae3190ce334db1f6c7fc87b414735eee9 (diff)
downloadgnunet-1278acd9c0d1ba92e27fd4d343a68d300e3ebeef.tar.gz
gnunet-1278acd9c0d1ba92e27fd4d343a68d300e3ebeef.zip
link
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 60bd9c6e2..d06c9a527 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -302,15 +302,16 @@ endif
302test_transport_ats_SOURCES = \ 302test_transport_ats_SOURCES = \
303 test_transport_ats.c $(TRANSPORT_ATS_SRC) 303 test_transport_ats.c $(TRANSPORT_ATS_SRC)
304test_transport_ats_LDADD = -lm \ 304test_transport_ats_LDADD = -lm \
305 -lglpk \
305 $(top_builddir)/src/transport/libgnunettransport.la \ 306 $(top_builddir)/src/transport/libgnunettransport.la \
306 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 307 $(top_builddir)/src/statistics/libgnunetstatistics.la \
307 $(top_builddir)/src/testing/libgnunettesting.la \ 308 $(top_builddir)/src/testing/libgnunettesting.la \
308 $(top_builddir)/src/util/libgnunetutil.la \ 309 $(top_builddir)/src/util/libgnunetutil.la
309 $(GN_GLPK)
310 310
311test_transport_ats_multiple_peers_SOURCES = \ 311test_transport_ats_multiple_peers_SOURCES = \
312 test_transport_ats_multiple_peers.c $(TRANSPORT_ATS_SRC) 312 test_transport_ats_multiple_peers.c $(TRANSPORT_ATS_SRC)
313test_transport_ats_multiple_peers_LDADD = -lm \ 313test_transport_ats_multiple_peers_LDADD = -lm \
314 -lglpk \
314 $(top_builddir)/src/transport/libgnunettransport.la \ 315 $(top_builddir)/src/transport/libgnunettransport.la \
315 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 316 $(top_builddir)/src/statistics/libgnunetstatistics.la \
316 $(top_builddir)/src/testing/libgnunettesting.la \ 317 $(top_builddir)/src/testing/libgnunettesting.la \