X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fats%2FMakefile.am;h=4f2a93227327531c107fb75b84e29307331c843b;hb=404c9065789248a5eba44fb4bc320bfeaa988da6;hp=52a1e7d11a20776ed95b3153209c5df029541d35;hpb=e298fa7e3eeafea48a8abf6c5b8bf449b279e7a7;p=oweals%2Fgnunet.git diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index 52a1e7d11..4f2a93227 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -24,7 +24,8 @@ lib_LTLIBRARIES = \ libgnunetatstransport.la plugin_LTLIBRARIES = \ - libgnunet_plugin_ats_proportional.la + libgnunet_plugin_ats_proportional.la \ + libgnunet_plugin_ats2_simple.la if HAVE_EXPERIMENTAL plugin_LTLIBRARIES += \ @@ -77,6 +78,18 @@ libgnunet_plugin_ats_proportional_la_LIBADD = \ libgnunet_plugin_ats_proportional_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_ats2_simple_la_SOURCES = \ + plugin_ats2_simple.c +libgnunet_plugin_ats2_simple_la_LIBADD = \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ + $(top_builddir)/src/nt/libgnunetnt.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(LTLIBINTL) +libgnunet_plugin_ats2_simple_la_LDFLAGS = \ + $(GN_PLUGIN_LDFLAGS) + libgnunet_plugin_ats_mlp_la_SOURCES = \ plugin_ats_mlp.c @@ -120,7 +133,7 @@ gnunet_service_ats_LDADD = \ $(GN_LIBINTL) gnunet_service_ats_new_SOURCES = \ - gnunet-service-ats-new.c + gnunet-service-ats-new.c gnunet_service_ats_new_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -130,7 +143,8 @@ gnunet_service_ats_new_LDADD = \ if HAVE_TESTING TESTING_TESTS = \ test_ats_api_proportional \ - test_ats_reservation_api_proportional + test_ats_reservation_api_proportional \ + test_ats2_lib if HAVE_EXPERIMENTAL TESTING_TESTS += \ test_ats_api_ril @@ -185,8 +199,19 @@ test_ats_api_mlp_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ libgnunetats.la +test_ats2_lib_SOURCES = \ + test_ats2_lib.c test_ats2_lib.h +test_ats2_lib_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + libgnunetatsapplication.la \ + libgnunetatstransport.la + + EXTRA_DIST = \ - ats.h \ + ats.h ats2.h \ + plugin_ats2_common.c \ test_delay \ test_ats_api_mlp.conf \ test_ats_api_ril.conf \