aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-07-18 08:16:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-07-18 08:16:27 +0000
commit44c3d88a33a82e66144ba0bbe491febd0e244703 (patch)
tree87b4e3cebdcbc6e21bcb9fd9bc4c41b35605d0d5 /src
parent908ce134d61718c9bd22edc2a74a4ce33e120ab9 (diff)
downloadgnunet-44c3d88a33a82e66144ba0bbe491febd0e244703.tar.gz
gnunet-44c3d88a33a82e66144ba0bbe491febd0e244703.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am4
1 files 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
140endif 140endif
141 141
142gnunet_service_transport_SOURCES = \ 142gnunet_service_transport_SOURCES = \
143 gnunet-service-transport.c transport_ats.c 143 gnunet-service-transport.c gnunet_transport_ats.c
144gnunet_service_transport_LDADD = \ 144gnunet_service_transport_LDADD = \
145 $(top_builddir)/src/hello/libgnunethello.la \ 145 $(top_builddir)/src/hello/libgnunethello.la \
146 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 146 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
@@ -314,7 +314,7 @@ TESTS = \
314endif 314endif
315 315
316test_transport_ats_SOURCES = \ 316test_transport_ats_SOURCES = \
317 test_transport_ats.c transport_ats.c 317 test_transport_ats.c gnunet_transport_ats.c
318test_transport_ats_LDADD = -lm \ 318test_transport_ats_LDADD = -lm \
319 $(top_builddir)/src/transport/libgnunettransportnew.la \ 319 $(top_builddir)/src/transport/libgnunettransportnew.la \
320 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 320 $(top_builddir)/src/statistics/libgnunetstatistics.la \