aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-16 21:02:11 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-16 21:02:11 +0100
commite98a4e07e89e26cb24c68690fe9cf389e49de05c (patch)
treea57e439840d13f41459d6176a8b425482fdc348f /src/ats
parentd78e50fefc1f683872cda7821fdf4d324e57d952 (diff)
downloadgnunet-e98a4e07e89e26cb24c68690fe9cf389e49de05c.tar.gz
gnunet-e98a4e07e89e26cb24c68690fe9cf389e49de05c.zip
fix another linker error
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 4b9dac842..ac8a411eb 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -108,6 +108,7 @@ libgnunet_plugin_ats_ril_la_SOURCES = \
108libgnunet_plugin_ats_ril_la_LIBADD = \ 108libgnunet_plugin_ats_ril_la_LIBADD = \
109 libgnunetats.la \ 109 libgnunetats.la \
110 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 110 $(top_builddir)/src/statistics/libgnunetstatistics.la \
111 $(top_builddir)/src/nt/libgnunetnt.la \
111 $(top_builddir)/src/util/libgnunetutil.la \ 112 $(top_builddir)/src/util/libgnunetutil.la \
112 $(LTLIBINTL) 113 $(LTLIBINTL)
113libgnunet_plugin_ats_ril_la_LDFLAGS = \ 114libgnunet_plugin_ats_ril_la_LDFLAGS = \