aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index fed0dad79..f3373fc38 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -96,8 +96,6 @@ libgnunetutil_la_SOURCES = \
96 strings.c \ 96 strings.c \
97 time.c \ 97 time.c \
98 tun.c \ 98 tun.c \
99 tweetnacl-gnunet.c \
100 tweetnacl-gnunet.h \
101 speedup.c speedup.h \ 99 speedup.c speedup.h \
102 proc_compat.c 100 proc_compat.c
103 101
@@ -134,6 +132,7 @@ libgnunetutil_la_LIBADD = \
134 $(Z_LIBS) \ 132 $(Z_LIBS) \
135 -lunistring \ 133 -lunistring \
136 -largon2 \ 134 -largon2 \
135 -lsodium \
137 $(XLIB) \ 136 $(XLIB) \
138 $(PTHREAD) 137 $(PTHREAD)
139 138