Move storage drivers into src/storage/

* daemon/qemud.c, src/Makefile.am: Adapt for changed paths
* src/storage*.c, src/storage/*.h, src/parthelpre.c: Move
  to src/storage/
This commit is contained in:
Daniel P. Berrange
2009-09-15 17:55:05 +01:00
parent 229c5c9b2a
commit c3fd4a75e9
19 changed files with 11 additions and 11 deletions

View File

@@ -87,7 +87,7 @@
#include "interface_driver.h"
#endif
#ifdef WITH_STORAGE_DIR
#include "storage_driver.h"
#include "storage/storage_driver.h"
#endif
#ifdef WITH_NODE_DEVICES
#include "node_device.h"