aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-17 19:22:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-17 19:22:23 +0000
commit40261ecc5bf242437f12cf91d035c138cf089a1e (patch)
treeb801c2939e97a1ed68e614e74a3ce47765dd82b5 /src/dns/Makefile.am
parent9d077316ac3c6a18a4b13e90d7549188c2fe1f81 (diff)
downloadgnunet-40261ecc5bf242437f12cf91d035c138cf089a1e.tar.gz
gnunet-40261ecc5bf242437f12cf91d035c138cf089a1e.zip
-move IPv4 header initialization to tun library
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)