Revision cde49218 Makefile.am

b/Makefile.am
41 41
# the directory + 'dir' suffix
42 42
clientdir = $(pkgpythondir)/client
43 43
hypervisordir = $(pkgpythondir)/hypervisor
44
blockdir = $(pkgpythondir)/block
44
storagedir = $(pkgpythondir)/storage
45 45
httpdir = $(pkgpythondir)/http
46 46
masterddir = $(pkgpythondir)/masterd
47 47
confddir = $(pkgpythondir)/confd
......
109 109
	lib/confd \
110 110
	lib/http \
111 111
	lib/hypervisor \
112
	lib/block \
113 112
	lib/impexpd \
114 113
	lib/masterd \
115 114
	lib/rapi \
116 115
	lib/server \
116
	lib/storage \
117 117
	lib/tools \
118 118
	lib/utils \
119 119
	lib/watcher \
......
316 316
	lib/hypervisor/hv_lxc.py \
317 317
	lib/hypervisor/hv_xen.py
318 318

  
319
block_PYTHON = \
320
	lib/block/__init__.py \
321
	lib/block/bdev.py \
322
	lib/block/base.py \
323
	lib/block/drbd.py \
324
	lib/block/drbd_info.py \
325
	lib/block/drbd_cmdgen.py
319
storage_PYTHON = \
320
	lib/storage/__init__.py \
321
	lib/storage/bdev.py \
322
	lib/storage/base.py \
323
	lib/storage/drbd.py \
324
	lib/storage/drbd_info.py \
325
	lib/storage/drbd_cmdgen.py
326 326

  
327 327
rapi_PYTHON = \
328 328
	lib/rapi/__init__.py \
......
1142 1142
	test/py/ganeti.asyncnotifier_unittest.py \
1143 1143
	test/py/ganeti.backend_unittest-runasroot.py \
1144 1144
	test/py/ganeti.backend_unittest.py \
1145
	test/py/ganeti.block.bdev_unittest.py \
1146
	test/py/ganeti.block.drbd_unittest.py \
1145
	test/py/ganeti.storage.bdev_unittest.py \
1146
	test/py/ganeti.storage.drbd_unittest.py \
1147 1147
	test/py/ganeti.cli_unittest.py \
1148 1148
	test/py/ganeti.client.gnt_cluster_unittest.py \
1149 1149
	test/py/ganeti.client.gnt_instance_unittest.py \
......
1263 1263
	$(pkgpython_PYTHON) \
1264 1264
	$(client_PYTHON) \
1265 1265
	$(hypervisor_PYTHON) \
1266
	$(block_PYTHON) \
1266
	$(storage_PYTHON) \
1267 1267
	$(rapi_PYTHON) \
1268 1268
	$(server_PYTHON) \
1269 1269
	$(pytools_PYTHON) \

Also available in: Unified diff