aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
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/util/Makefile.am
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/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index fc5a4648c..625ff87a2 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -120,7 +120,8 @@ libgnunetutil_la_SOURCES = \
120 strings.c \ 120 strings.c \
121 time.c \ 121 time.c \
122 tun.c \ 122 tun.c \
123 speedup.c speedup.h 123 speedup.c speedup.h \
124 proc_compat.c
124 125
125if HAVE_LIBIDN 126if HAVE_LIBIDN
126 LIBIDN= -lidn 127 LIBIDN= -lidn