aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-18 12:46:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-18 12:46:26 +0000
commitaa4697d8b58e66544daf359a1257e8ab1eb5fce8 (patch)
tree740e12f5c389ca5aa444ef5b5044fe18125c727b /src/ats-tests/Makefile.am
parent719239c84d03b9cdaf0f608a17b0c4c9327a3e25 (diff)
downloadgnunet-aa4697d8b58e66544daf359a1257e8ab1eb5fce8.tar.gz
gnunet-aa4697d8b58e66544daf359a1257e8ab1eb5fce8.zip
remove unused variable
added basic files for logging
Diffstat (limited to 'src/ats-tests/Makefile.am')
-rw-r--r--src/ats-tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index a281f0458..1662220b7 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -48,7 +48,7 @@ TESTS = $(check_PROGRAMS)
48endif 48endif
49 49
50perf_ats_proportional_core_none_SOURCES = \ 50perf_ats_proportional_core_none_SOURCES = \
51 perf_ats.c 51 perf_ats.c perf_ats_logging.c
52perf_ats_proportional_core_none_LDADD = \ 52perf_ats_proportional_core_none_LDADD = \
53 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
54 $(top_builddir)/src/testbed/libgnunettestbed.la \ 54 $(top_builddir)/src/testbed/libgnunettestbed.la \
@@ -57,7 +57,7 @@ perf_ats_proportional_core_none_LDADD = \
57 $(top_builddir)/src/transport/libgnunettransport.la 57 $(top_builddir)/src/transport/libgnunettransport.la
58 58
59perf_ats_proportional_transport_none_SOURCES = \ 59perf_ats_proportional_transport_none_SOURCES = \
60 perf_ats.c 60 perf_ats.c perf_ats_logging.c
61perf_ats_proportional_transport_none_LDADD = \ 61perf_ats_proportional_transport_none_LDADD = \
62 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \
63 $(top_builddir)/src/testbed/libgnunettestbed.la \ 63 $(top_builddir)/src/testbed/libgnunettestbed.la \