aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 648849b1a..52a1e7d11 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -99,7 +99,8 @@ libgnunet_plugin_ats_ril_la_LDFLAGS = \
99 $(GN_PLUGIN_LDFLAGS) 99 $(GN_PLUGIN_LDFLAGS)
100 100
101libexec_PROGRAMS = \ 101libexec_PROGRAMS = \
102 gnunet-service-ats 102 gnunet-service-ats \
103 gnunet-service-ats-new
103 104
104gnunet_service_ats_SOURCES = \ 105gnunet_service_ats_SOURCES = \
105 gnunet-service-ats.c gnunet-service-ats.h \ 106 gnunet-service-ats.c gnunet-service-ats.h \
@@ -118,6 +119,14 @@ gnunet_service_ats_LDADD = \
118 libgnunetats.la \ 119 libgnunetats.la \
119 $(GN_LIBINTL) 120 $(GN_LIBINTL)
120 121
122gnunet_service_ats_new_SOURCES = \
123 gnunet-service-ats-new.c
124gnunet_service_ats_new_LDADD = \
125 $(top_builddir)/src/statistics/libgnunetstatistics.la \
126 $(top_builddir)/src/util/libgnunetutil.la \
127 $(GN_LIBINTL)
128
129
121if HAVE_TESTING 130if HAVE_TESTING
122TESTING_TESTS = \ 131TESTING_TESTS = \
123 test_ats_api_proportional \ 132 test_ats_api_proportional \