Revision 1da489e2 Makefile.am

b/Makefile.am
40 40
# Note: these are automake-specific variables, and must be named after
41 41
# the directory + 'dir' suffix
42 42
clientdir = $(pkgpythondir)/client
43
cmdlibdir = $(pkgpythondir)/cmdlib
43 44
hypervisordir = $(pkgpythondir)/hypervisor
44 45
httpdir = $(pkgpythondir)/http
45 46
masterddir = $(pkgpythondir)/masterd
......
105 106
	lib \
106 107
	lib/build \
107 108
	lib/client \
109
	lib/cmdlib \
108 110
	lib/confd \
109 111
	lib/http \
110 112
	lib/hypervisor \
......
260 262
	lib/bdev.py \
261 263
	lib/bootstrap.py \
262 264
	lib/cli.py \
263
	lib/cmdlib.py \
264 265
	lib/compat.py \
265 266
	lib/config.py \
266 267
	lib/constants.py \
......
306 307
	lib/client/gnt_os.py \
307 308
	lib/client/gnt_storage.py
308 309

  
310
cmdlib_PYTHON = \
311
	lib/cmdlib/__init__.py
312

  
309 313
hypervisor_PYTHON = \
310 314
	lib/hypervisor/__init__.py \
311 315
	lib/hypervisor/hv_base.py \
......
1240 1244
	$(python_tests) \
1241 1245
	$(pkgpython_PYTHON) \
1242 1246
	$(client_PYTHON) \
1247
	$(cmdlib_PYTHON) \
1243 1248
	$(hypervisor_PYTHON) \
1244 1249
	$(rapi_PYTHON) \
1245 1250
	$(server_PYTHON) \

Also available in: Unified diff