Move node device drivers to src/node_device/

* daemon/qemud.c, src/Makefile.am: Update for changed paths
* src/node_device*.{h,c}: Move to src/node_device/
* src/storage/storage_backend.c: Remove bogus import of node_device.c
This commit is contained in:
Daniel P. Berrange
2009-09-15 18:30:17 +01:00
parent c3fd4a75e9
commit 91b56239e0
9 changed files with 9 additions and 10 deletions

View File

@@ -90,7 +90,7 @@
#include "storage/storage_driver.h"
#endif
#ifdef WITH_NODE_DEVICES
#include "node_device.h"
#include "node_device/node_device_driver.h"
#endif
#include "secret_driver.h"
#endif