aboutsummaryrefslogtreecommitdiff
path: root/src/exit/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-21 20:13:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-21 20:13:25 +0000
commit59c2e2ae2391c2678ce54af52b19862b9d01a3fc (patch)
treea18c95a71548b8b61f6f6c50a0fc342ce0e9f96a /src/exit/Makefile.am
parent04bb54e0efe6f6770c016aedbb776dd4ae801972 (diff)
downloadgnunet-59c2e2ae2391c2678ce54af52b19862b9d01a3fc.tar.gz
gnunet-59c2e2ae2391c2678ce54af52b19862b9d01a3fc.zip
advertise DNS exit capability in DHT
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 aa46c35cc..3d221f0c6 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -49,7 +49,7 @@ gnunet_daemon_exit_SOURCES = \
49 gnunet-daemon-exit.c exit.h 49 gnunet-daemon-exit.c exit.h
50gnunet_daemon_exit_LDADD = \ 50gnunet_daemon_exit_LDADD = \
51 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 51 $(top_builddir)/src/dns/libgnunetdnsstub.la \
52 $(top_builddir)/src/core/libgnunetcore.la \ 52 $(top_builddir)/src/dht/libgnunetdht.la \
53 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/statistics/libgnunetstatistics.la \
54 $(top_builddir)/src/tun/libgnunettun.la \ 54 $(top_builddir)/src/tun/libgnunettun.la \
55 $(top_builddir)/src/util/libgnunetutil.la \ 55 $(top_builddir)/src/util/libgnunetutil.la \