aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-26 14:37:27 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-26 14:37:27 +0200
commita9ba5de546e1d30516f2e89ca70aae4b0a3114f5 (patch)
tree3d9c982f846e97a452e669255250782fd4141679 /src/util
parentd435321cfca9a667ec6fbc3bcf675142d58ab463 (diff)
downloadgnunet-a9ba5de546e1d30516f2e89ca70aae4b0a3114f5.tar.gz
gnunet-a9ba5de546e1d30516f2e89ca70aae4b0a3114f5.zip
-fix FTBFS issues
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index a99072de5..90f111cad 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -130,6 +130,9 @@ else
130 LIBIDN2= 130 LIBIDN2=
131endif 131endif
132 132
133
134libgnunetutil_la_CFLAGS = \
135 ${MHD_CFLAGS}
133libgnunetutil_la_LIBADD = \ 136libgnunetutil_la_LIBADD = \
134 $(GCLIBADD) $(WINLIB) \ 137 $(GCLIBADD) $(WINLIB) \
135 $(LIBATOMIC) \ 138 $(LIBATOMIC) \