Move UML driver to src/uml/

* src/uml_conf.c, src/uml_conf.h, src/uml_driver.c,
  src/uml_driver.h: Move to src/uml/
* daemon/qemud.c, src/Makefile.am: Adjust for changed paths
This commit is contained in:
Daniel P. Berrange 2009-09-15 17:25:30 +01:00
parent 58355a5bfb
commit c8b2f62297
6 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@
#include "lxc/lxc_driver.h" #include "lxc/lxc_driver.h"
#endif #endif
#ifdef WITH_UML #ifdef WITH_UML
#include "uml_driver.h" #include "uml/uml_driver.h"
#endif #endif
#ifdef WITH_ONE #ifdef WITH_ONE
#include "opennebula/one_driver.h" #include "opennebula/one_driver.h"

View File

@ -157,8 +157,8 @@ QEMU_DRIVER_SOURCES = \
cgroup.c cgroup.h cgroup.c cgroup.h
UML_DRIVER_SOURCES = \ UML_DRIVER_SOURCES = \
uml_conf.c uml_conf.h \ uml/uml_conf.c uml/uml_conf.h \
uml_driver.c uml_driver.h uml/uml_driver.c uml/uml_driver.h
ONE_DRIVER_SOURCES = \ ONE_DRIVER_SOURCES = \
./opennebula/one_conf.c \ ./opennebula/one_conf.c \