aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-02-11 01:37:02 +0000
committerLRN <lrn1986@gmail.com>2014-02-11 01:37:02 +0000
commitb3692577012a7a4c1748a4896f454e4424eb8d4a (patch)
tree60f2ffc15103f6a09fb8e6c363e1d14edc74cb36 /src/ats-tests
parent4585f65461a4f3571e2b9fdc9fc3b236828dbeac (diff)
downloadgnunet-b3692577012a7a4c1748a4896f454e4424eb8d4a.tar.gz
gnunet-b3692577012a7a4c1748a4896f454e4424eb8d4a.zip
Fix ats-tests makefile
Diffstat (limited to 'src/ats-tests')
-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 a8eb07196..30e6fa086 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -61,9 +61,9 @@ libgnunetatstesting_la_LIBADD = \
61 $(top_builddir)/src/util/libgnunetutil.la \ 61 $(top_builddir)/src/util/libgnunetutil.la \
62 $(top_builddir)/src/testing/libgnunettesting.la \ 62 $(top_builddir)/src/testing/libgnunettesting.la \
63 $(GN_LIBINTL) 63 $(GN_LIBINTL)
64libgnunettransporttesting_la_DEPENDENCIES = \ 64libgnunetatstesting_la_DEPENDENCIES = \
65 libgnunettransport.la 65 libgnunettransport.la
66libgnunettransporttesting_la_LDFLAGS = \ 66libgnunetatstesting_la_LDFLAGS = \
67 $(GN_LIB_LDFLAGS) 67 $(GN_LIB_LDFLAGS)
68 68
69gnunet_ats_sim_SOURCES = \ 69gnunet_ats_sim_SOURCES = \