aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-05 07:16:19 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-05 07:16:19 +0100
commit395be9a8fb85d172dcbb06826aed8b5b29ceeac2 (patch)
tree3ffbb3918316368c4400a34393e9febddc6bbad6 /src/ats
parent7c469133a0692a20ea4db3f91a9a12b2a1a448be (diff)
downloadgnunet-395be9a8fb85d172dcbb06826aed8b5b29ceeac2.tar.gz
gnunet-395be9a8fb85d172dcbb06826aed8b5b29ceeac2.zip
- Fix build of ats transport plugin not linking against libgnunetnt
- Add compat memrchr layer for Win32 and macOS
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 4f2a93227..2a62d71bd 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -74,6 +74,7 @@ libgnunet_plugin_ats_proportional_la_LIBADD = \
74 libgnunetats.la \ 74 libgnunetats.la \
75 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 75 $(top_builddir)/src/statistics/libgnunetstatistics.la \
76 $(top_builddir)/src/util/libgnunetutil.la \ 76 $(top_builddir)/src/util/libgnunetutil.la \
77 $(top_builddir)/src/nt/libgnunetnt.la \
77 $(LTLIBINTL) 78 $(LTLIBINTL)
78libgnunet_plugin_ats_proportional_la_LDFLAGS = \ 79libgnunet_plugin_ats_proportional_la_LDFLAGS = \
79 $(GN_PLUGIN_LDFLAGS) 80 $(GN_PLUGIN_LDFLAGS)