This patch adds build support for the dnsmasq module.
Signed-off-by: Satoru SATOH <satoru.satoh(a)gmail.com>
---
po/POTFILES.in | 1 +
src/Makefile.am | 1 +
src/libvirt_private.syms | 9 +++++++++
3 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 58e7358..88218bd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -71,6 +71,7 @@ src/uml/uml_driver.c
src/util/authhelper.c
src/util/bridge.c
src/util/conf.c
+src/util/dnsmasq.c
src/util/hooks.c
src/util/hostusb.c
src/util/interface.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 66dc349..9b3feb0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,6 +59,7 @@ UTIL_SOURCES = \
util/hooks.c util/hooks.h \
util/iptables.c util/iptables.h \
util/ebtables.c util/ebtables.h \
+ util/dnsmasq.c util/dnsmasq.h \
util/json.c util/json.h \
util/logging.c util/logging.h \
util/macvtap.c util/macvtap.h \
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 7950bcd..11791a7 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -326,6 +326,15 @@ iptablesRemoveTcpInput;
iptablesRemoveUdpInput;
+# dnsmasq.h
+dnsmasqContextNew;
+dnsmasqContextFree;
+dnsmasqAddDhcpHost;
+dnsmasqSave;
+dnsmasqDelete;
+dnsmasqReload;
+
+
# libvirt_internal.h
virDrvSupportsFeature;
virDomainMigratePrepare;
--
1.6.6.1