aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-04-04 13:09:09 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-04-10 11:08:51 +0100
commitdb46f3cefef204aa13a9078e2856417a9223c1a9 (patch)
tree2e27193bb258007fda622af625836b3958745f35 /daemon/Makefile.am
parentUML: fix iteration over consoles (diff)
downloadlibvirt-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.am1
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 \