summaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-29 15:44:24 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-29 15:44:24 +0000
commitb6e3ab8c3be136e6b6cb5e1e68f3ad5eda47faa2 (patch)
tree59a9de14e49e4430b4840b70a8b98120a0a7a605 /src/ats/Makefile.am
parent4e54bdcddfad714651eb193864d93f60a8a0d53b (diff)
downloadgnunet-b6e3ab8c3be136e6b6cb5e1e68f3ad5eda47faa2.tar.gz
gnunet-b6e3ab8c3be136e6b6cb5e1e68f3ad5eda47faa2.zip
next steps to generic perf test
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 83bb6e406..2420446cb 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -437,7 +437,7 @@ test_ats_solver_alternative_after_delete_address_ril_LDADD = \
437# $(top_builddir)/src/ats/libgnunetats.la 437# $(top_builddir)/src/ats/libgnunetats.la
438 438
439perf_ats_solver_mlp_SOURCES = \ 439perf_ats_solver_mlp_SOURCES = \
440 perf_ats_solver.c 440 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
441perf_ats_solver_mlp_LDADD = \ 441perf_ats_solver_mlp_LDADD = \
442 $(GN_LIBGLPK) \ 442 $(GN_LIBGLPK) \
443 $(top_builddir)/src/util/libgnunetutil.la \ 443 $(top_builddir)/src/util/libgnunetutil.la \
@@ -445,7 +445,7 @@ perf_ats_solver_mlp_LDADD = \
445 $(top_builddir)/src/ats/libgnunetats.la 445 $(top_builddir)/src/ats/libgnunetats.la
446 446
447perf_ats_solver_proportional_SOURCES = \ 447perf_ats_solver_proportional_SOURCES = \
448 perf_ats_solver.c 448 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
449perf_ats_solver_proportional_LDADD = \ 449perf_ats_solver_proportional_LDADD = \
450 $(GN_LIBGLPK) \ 450 $(GN_LIBGLPK) \
451 $(top_builddir)/src/util/libgnunetutil.la \ 451 $(top_builddir)/src/util/libgnunetutil.la \
@@ -453,7 +453,7 @@ perf_ats_solver_proportional_LDADD = \
453 $(top_builddir)/src/ats/libgnunetats.la 453 $(top_builddir)/src/ats/libgnunetats.la
454 454
455perf_ats_solver_ril_SOURCES = \ 455perf_ats_solver_ril_SOURCES = \
456 perf_ats_solver.c 456 perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
457perf_ats_solver_ril_LDADD = \ 457perf_ats_solver_ril_LDADD = \
458 $(GN_LIBGLPK) \ 458 $(GN_LIBGLPK) \
459 $(top_builddir)/src/util/libgnunetutil.la \ 459 $(top_builddir)/src/util/libgnunetutil.la \