aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-06 17:03:35 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-06 17:03:35 +0100
commite298fa7e3eeafea48a8abf6c5b8bf449b279e7a7 (patch)
tree953ffb47d5be13b73c4f220c27de5232c72855f6 /src/ats/Makefile.am
parent898c6edf16913beacd9422622fb4469b6169a13b (diff)
downloadgnunet-e298fa7e3eeafea48a8abf6c5b8bf449b279e7a7.tar.gz
gnunet-e298fa7e3eeafea48a8abf6c5b8bf449b279e7a7.zip
high-level new ATS service implementation
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 \