* 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
#include "lxc/lxc_driver.h"
#endif
#ifdef WITH_UML
-#include "uml_driver.h"
+#include "uml/uml_driver.h"
#endif
#ifdef WITH_ONE
#include "opennebula/one_driver.h"
cgroup.c cgroup.h
UML_DRIVER_SOURCES = \
- uml_conf.c uml_conf.h \
- uml_driver.c uml_driver.h
+ uml/uml_conf.c uml/uml_conf.h \
+ uml/uml_driver.c uml/uml_driver.h
ONE_DRIVER_SOURCES = \
./opennebula/one_conf.c \