]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Add build support for dnsmasq module
authorSatoru SATOH <satoru.satoh@gmail.com>
Mon, 26 Apr 2010 13:56:03 +0000 (15:56 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 26 Apr 2010 15:20:02 +0000 (17:20 +0200)
* 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

po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms

index 58e7358566f8426ead3db9167f5f7d8312fd0a62..88218bd6ee5d9736f07f477947317554fa5586cb 100644 (file)
@@ -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
index 00ab65df499bdd8fc47a0b0bfaeb81c78cc6037e..fc64927a1fe6fc6630b876798e7b9babca73867a 100644 (file)
@@ -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                   \
index f8e9d01bb5e1e31422ce96b430f1cd6f1f5e98a8..746327dfdcd3d058b83716390b38fb4f42e08c91 100644 (file)
@@ -326,6 +326,15 @@ iptablesRemoveTcpInput;
 iptablesRemoveUdpInput;
 
 
+# dnsmasq.h
+dnsmasqContextNew;
+dnsmasqContextFree;
+dnsmasqAddDhcpHost;
+dnsmasqSave;
+dnsmasqDelete;
+dnsmasqReload;
+
+
 # libvirt_internal.h
 virDrvSupportsFeature;
 virDomainMigratePrepare;