diff options
author | 2012-04-04 13:09:09 +0100 | |
---|---|---|
committer | 2012-04-10 11:08:51 +0100 | |
commit | db46f3cefef204aa13a9078e2856417a9223c1a9 (patch) | |
tree | 2e27193bb258007fda622af625836b3958745f35 /daemon/Makefile.am | |
parent | UML: fix iteration over consoles (diff) | |
download | libvirt-db46f3cefef204aa13a9078e2856417a9223c1a9.tar.gz libvirt-db46f3cefef204aa13a9078e2856417a9223c1a9.tar.bz2 libvirt-db46f3cefef204aa13a9078e2856417a9223c1a9.zip |
Split libvirtd config file loading out into separate files
To enable creation of unit tests, split the libvirtd config file
loading code out into separate files.
* daemon/libvirtd.c: Delete config loading code / structs
* daemon/libvirtd-config.c, daemon/libvirtd-config.h: Config
file loading APIs
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 391cd9995..5d9f5d75e 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,6 +21,7 @@ DAEMON_GENERATED = \ DAEMON_SOURCES = \ libvirtd.c libvirtd.h \ + libvirtd-config.c libvirtd-config.h \ remote.c remote.h \ stream.c stream.h \ ../src/remote/remote_protocol.c \ |