summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2014-04-03 12:39:45 +0200
committerPavel Šimerda <psimerda@redhat.com>2014-05-30 21:29:26 +0200
commit186e4dcf7a0ebdd7432cf3e34d426b9d58bb85bc (patch)
treed07efa768fbb460954cdce39b8bfd053094c38c8 /src/Makefile.am
parent9c6ac81aa365025e6210741361ab79176ede206e (diff)
downloadNetworkManager-186e4dcf7a0ebdd7432cf3e34d426b9d58bb85bc.tar.gz
dns: preliminary support for unbound (bgo #699810)
The script is called synchronously from NetworkManager so it can handle asynchronicity itself. The long-term plan is to incorporate the script partially into the new plugin and partially into a dnssec-trigger library which will be used instead of dnssec-trigger daemon. https://bugzilla.gnome.org/show_bug.cgi?id=699810 Acked-By: Thomas Haller <thaller@redhat.com> Acked-By: Dan Williams <dcbw@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 53fc35c1fb..2929e18c05 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -104,6 +104,8 @@ nm_sources = \
\
dns-manager/nm-dns-dnsmasq.c \
dns-manager/nm-dns-dnsmasq.h \
+ dns-manager/nm-dns-unbound.c \
+ dns-manager/nm-dns-unbound.h \
dns-manager/nm-dns-manager.c \
dns-manager/nm-dns-manager.h \
dns-manager/nm-dns-plugin.c \