aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-14 19:24:27 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-14 19:24:27 +0100
commitc561f7f98f787053986eb8264495045212192037 (patch)
tree56f305f56e95ace45be0bce16ebde9a80f439908 /src/ats
parent28d4e4b843a1d04a9f50cb1af4029fc0411bcc5d (diff)
downloadgnunet-c561f7f98f787053986eb8264495045212192037.tar.gz
gnunet-c561f7f98f787053986eb8264495045212192037.zip
fix build ats
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 1200aac09..4b9dac842 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -97,6 +97,7 @@ libgnunet_plugin_ats_mlp_la_SOURCES = \
97libgnunet_plugin_ats_mlp_la_LIBADD = \ 97libgnunet_plugin_ats_mlp_la_LIBADD = \
98 libgnunetats.la \ 98 libgnunetats.la \
99 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 99 $(top_builddir)/src/statistics/libgnunetstatistics.la \
100 $(top_builddir)/src/nt/libgnunetnt.la \
100 $(top_builddir)/src/util/libgnunetutil.la 101 $(top_builddir)/src/util/libgnunetutil.la
101libgnunet_plugin_ats_mlp_la_LDFLAGS = \ 102libgnunet_plugin_ats_mlp_la_LDFLAGS = \
102 $(GN_PLUGIN_LDFLAGS) \ 103 $(GN_PLUGIN_LDFLAGS) \