aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
commitddfee3f564bff9c5d5719af3132d7869b8783ec4 (patch)
treee6fd7801fe6808797f3418bf081ab68d5a5ec27b /src/gns/Makefile.am
parent852718c2473e41bc01ada0d53ad93c7da78e6ec8 (diff)
downloadgnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.tar.gz
gnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.zip
BUILD: more more components into new structure; ftbfs fix
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 191103088..d739f8131 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -201,7 +201,7 @@ gnunet_service_gns_LDADD = \
201 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ 201 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \
202 $(top_builddir)/src/service/identity/libgnunetidentity.la \ 202 $(top_builddir)/src/service/identity/libgnunetidentity.la \
203 $(top_builddir)/src/revocation/libgnunetrevocation.la \ 203 $(top_builddir)/src/revocation/libgnunetrevocation.la \
204 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 204 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
205 $(top_builddir)/src/lib/util/libgnunetutil.la \ 205 $(top_builddir)/src/lib/util/libgnunetutil.la \
206 $(top_builddir)/src/dns/libgnunetdns.la \ 206 $(top_builddir)/src/dns/libgnunetdns.la \
207 $(top_builddir)/src/dht/libgnunetdht.la \ 207 $(top_builddir)/src/dht/libgnunetdht.la \