aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
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 c0323d0d6..9e36a5064 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -32,7 +32,7 @@ gnunet_daemon_exit_SOURCES = \
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/statistics/libgnunetstatistics.la \
35 $(top_builddir)/src/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 \
38 $(GN_LIBINTL) 38 $(GN_LIBINTL)