aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-02 10:50:54 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-02 10:50:54 +0200
commit5ee639322995ca0c80fb78c6c30d9df57858216a (patch)
tree5abaa8a83d2b96bcacb63582b71a022296255c16 /src
parent572f4d6f7b19dec42d571829384ac9cd356bb092 (diff)
downloadgnunet-5ee639322995ca0c80fb78c6c30d9df57858216a.tar.gz
gnunet-5ee639322995ca0c80fb78c6c30d9df57858216a.zip
-fix build
Diffstat (limited to 'src')
-rw-r--r--src/gnsrecord/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am
index 7c0df461f..27f5446a1 100644
--- a/src/gnsrecord/Makefile.am
+++ b/src/gnsrecord/Makefile.am
@@ -51,6 +51,7 @@ libgnunetgnsrecord_la_LIBADD = \
51 $(top_builddir)/src/util/libgnunetutil.la \ 51 $(top_builddir)/src/util/libgnunetutil.la \
52 $(top_builddir)/src/identity/libgnunetidentity.la \ 52 $(top_builddir)/src/identity/libgnunetidentity.la \
53 $(LIBGCRYPT_LIBS) \ 53 $(LIBGCRYPT_LIBS) \
54 -lsodium \
54 $(GN_LIBINTL) 55 $(GN_LIBINTL)
55libgnunetgnsrecord_la_DEPENDENCIES = \ 56libgnunetgnsrecord_la_DEPENDENCIES = \
56 $(top_builddir)/src/identity/libgnunetidentity.la 57 $(top_builddir)/src/identity/libgnunetidentity.la