-patch from #1972 to display disconnects instead of exiting
[oweals/gnunet.git] / src / ats / Makefile.am
index 1f8a84a676623671143f1ad32a6750cdb8430d9b..5b7e9a1272e2408bde70d901a11f2e0f4e3cfda6 100644 (file)
@@ -17,6 +17,7 @@ if HAVE_LIBGLPK
   GN_LIBGLPK = -lglpk
   GN_MLP_SRC = gnunet-service-ats_addresses_mlp.c gnunet-service-ats_addresses_mlp.h
   GN_MLP_TEST = test_ats_mlp
+  GN_MLP_PERF = perf_ats_mlp
 endif
 
 lib_LTLIBRARIES = libgnunetats.la
@@ -52,7 +53,8 @@ gnunet_service_ats_LDADD = \
 
 check_PROGRAMS = \
  test_ats_api_scheduling \
- $(GN_MLP_TEST)
+ $(GN_MLP_TEST) \
+ $(GN_MLP_PERF)
 # test_ats_api_scheduling_get_type
 # test_ats_api_bandwidth_consumption
 
@@ -68,6 +70,14 @@ test_ats_mlp_LDADD = \
   $(GN_LIBGLPK) \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la
+  
+perf_ats_mlp_SOURCES = \
+ $(GN_MLP_SRC) \
+ perf_ats_mlp.c
+perf_ats_mlp_LDADD = \
+  $(GN_LIBGLPK) \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la  
 endif
 
 test_ats_api_scheduling_SOURCES = \