aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:18 +0000
commit43d558efd13a3245e65efd0acdc9c4ba59cd2bee (patch)
tree469de47f10a4aba6742b360b8622708d60587659 /src/exit/Makefile.am
parent07ab625068b62afc532a78534018f6579697a307 (diff)
downloadgnunet-43d558efd13a3245e65efd0acdc9c4ba59cd2bee.tar.gz
gnunet-43d558efd13a3245e65efd0acdc9c4ba59cd2bee.zip
add DNS exit for mesh to gnunet-daemon-exit
Diffstat (limited to 'src/exit/Makefile.am')
-rw-r--r--src/exit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 2da59f14a..be3a66a34 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -36,6 +36,7 @@ gnunet_helper_exit_SOURCES = \
36gnunet_daemon_exit_SOURCES = \ 36gnunet_daemon_exit_SOURCES = \
37 gnunet-daemon-exit.c exit.h 37 gnunet-daemon-exit.c exit.h
38gnunet_daemon_exit_LDADD = \ 38gnunet_daemon_exit_LDADD = \
39 $(top_builddir)/src/dns/libgnunetdnsstub.la \
39 $(top_builddir)/src/core/libgnunetcore.la \ 40 $(top_builddir)/src/core/libgnunetcore.la \
40 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 41 $(top_builddir)/src/statistics/libgnunetstatistics.la \
41 $(top_builddir)/src/tun/libgnunettun.la \ 42 $(top_builddir)/src/tun/libgnunettun.la \