aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index f8bdae94e..5f9f39116 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -70,6 +70,7 @@ gnunet_dns_redirector_DEPENDENCIES = \
70gnunet_service_dns_SOURCES = \ 70gnunet_service_dns_SOURCES = \
71 gnunet-service-dns.c 71 gnunet-service-dns.c
72gnunet_service_dns_LDADD = \ 72gnunet_service_dns_LDADD = \
73 $(top_builddir)/src/tun/libgnunettun.la \
73 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 74 $(top_builddir)/src/statistics/libgnunetstatistics.la \
74 $(top_builddir)/src/util/libgnunetutil.la \ 75 $(top_builddir)/src/util/libgnunetutil.la \
75 $(GN_LIBINTL) 76 $(GN_LIBINTL)