From 44c3d88a33a82e66144ba0bbe491febd0e244703 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 18 Jul 2011 08:16:27 +0000 Subject: [PATCH] --- src/transport/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 83335806c..fe6d2f01c 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -140,7 +140,7 @@ if HAVE_LIBGLPK endif gnunet_service_transport_SOURCES = \ - gnunet-service-transport.c transport_ats.c + gnunet-service-transport.c gnunet_transport_ats.c gnunet_service_transport_LDADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ @@ -314,7 +314,7 @@ TESTS = \ endif test_transport_ats_SOURCES = \ - test_transport_ats.c transport_ats.c + test_transport_ats.c gnunet_transport_ats.c test_transport_ats_LDADD = -lm \ $(top_builddir)/src/transport/libgnunettransportnew.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ -- 2.25.1