aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-27 22:25:05 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-27 22:25:05 +0000
commit64732cdb0d95320d9274b26fcac6e617d6473248 (patch)
treea21c273a37f4f210dd577a30e746d6269db75ccf /src/dns/Makefile.am
parent94adb0e8c48d47e13e7319bb0fe228263b15abbf (diff)
downloadgnunet-64732cdb0d95320d9274b26fcac6e617d6473248.tar.gz
gnunet-64732cdb0d95320d9274b26fcac6e617d6473248.zip
fixes relating to intercepting DNS queries over IPv6
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 45b86c71b..f5fcf3782 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -89,6 +89,7 @@ libgnunetdnsparser_la_LDFLAGS = \
89libgnunetdnsstub_la_SOURCES = \ 89libgnunetdnsstub_la_SOURCES = \
90 dnsstub.c 90 dnsstub.c
91libgnunetdnsstub_la_LIBADD = \ 91libgnunetdnsstub_la_LIBADD = \
92 $(top_builddir)/src/tun/libgnunettun.la \
92 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 93 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
93libgnunetdnsstub_la_LDFLAGS = \ 94libgnunetdnsstub_la_LDFLAGS = \
94 $(GN_LIB_LDFLAGS) \ 95 $(GN_LIB_LDFLAGS) \