aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-19 16:52:20 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-19 16:52:20 +0200
commit3308fd8e13819eb74f6324021bba40cbc6ee1229 (patch)
tree3be3ca5ac0820993b0572f0f663ff6e52a8e7e48 /src/namestore
parent3683f556df1324b1ce575dd5932d174d75512f7a (diff)
downloadgnunet-3308fd8e13819eb74f6324021bba40cbc6ee1229.tar.gz
gnunet-3308fd8e13819eb74f6324021bba40cbc6ee1229.zip
-fix linker issue
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 8abe6560f..3d209a44d 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -132,6 +132,7 @@ gnunet_namestore_zonefile_SOURCES = \
132 gnunet-namestore-zonefile.c 132 gnunet-namestore-zonefile.c
133gnunet_namestore_zonefile_LDADD = \ 133gnunet_namestore_zonefile_LDADD = \
134 libgnunetnamestore.la \ 134 libgnunetnamestore.la \
135 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
135 $(top_builddir)/src/util/libgnunetutil.la \ 136 $(top_builddir)/src/util/libgnunetutil.la \
136 $(GN_LIBINTL) 137 $(GN_LIBINTL)
137 138