link
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 13:11:30 +0000 (13:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 13:11:30 +0000 (13:11 +0000)
src/transport/Makefile.am

index 60bd9c6e248e3beed797d34531a1fa4f7214c420..d06c9a527c165b437af34729e5d9eac25b7bb471 100644 (file)
@@ -302,15 +302,16 @@ endif
 test_transport_ats_SOURCES = \
  test_transport_ats.c $(TRANSPORT_ATS_SRC)
 test_transport_ats_LDADD = -lm \
+ -lglpk \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
- $(top_builddir)/src/util/libgnunetutil.la \
- $(GN_GLPK)
+ $(top_builddir)/src/util/libgnunetutil.la 
 
 test_transport_ats_multiple_peers_SOURCES = \
  test_transport_ats_multiple_peers.c $(TRANSPORT_ATS_SRC)
 test_transport_ats_multiple_peers_LDADD = -lm \
+ -lglpk \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/testing/libgnunettesting.la \