提交 51d203c6 编写于 作者: S Satoru SATOH 提交者: Daniel Veillard

Add build support for dnsmasq module

* po/POTFILES.in: the new module contains translatable strings
* src/Makefile.am: include the files in the utils set
* src/libvirt_private.syms: exports the symbols internally
上级 4ad65ab8
......@@ -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
......
......@@ -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 \
......
......@@ -326,6 +326,15 @@ iptablesRemoveTcpInput;
iptablesRemoveUdpInput;
# dnsmasq.h
dnsmasqContextNew;
dnsmasqContextFree;
dnsmasqAddDhcpHost;
dnsmasqSave;
dnsmasqDelete;
dnsmasqReload;
# libvirt_internal.h
virDrvSupportsFeature;
virDomainMigratePrepare;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册