aboutsummaryrefslogtreecommitdiff
path: root/src/exit/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/exit/Makefile.am
parent852718c2473e41bc01ada0d53ad93c7da78e6ec8 (diff)
downloadgnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.tar.gz
gnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.zip
BUILD: more more components into new structure; ftbfs fix
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 9e36a5064..c2dba0927 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -31,7 +31,7 @@ gnunet_daemon_exit_SOURCES = \
31 gnunet-daemon-exit.c exit.h 31 gnunet-daemon-exit.c exit.h
32gnunet_daemon_exit_LDADD = \ 32gnunet_daemon_exit_LDADD = \
33 $(top_builddir)/src/dht/libgnunetdht.la \ 33 $(top_builddir)/src/dht/libgnunetdht.la \
34 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 34 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
35 $(top_builddir)/src/lib/util/libgnunetutil.la \ 35 $(top_builddir)/src/lib/util/libgnunetutil.la \
36 $(top_builddir)/src/cadet/libgnunetcadet.la \ 36 $(top_builddir)/src/cadet/libgnunetcadet.la \
37 $(top_builddir)/src/regex/libgnunetregex.la \ 37 $(top_builddir)/src/regex/libgnunetregex.la \