Revision 2d76b580 Makefile.am

b/Makefile.am
241 241
	tools/lvmstrap \
242 242
	tools/sanitize-config
243 243

  
244
pkglib_python_scripts = \
245
	daemons/import-export
246

  
244 247
pkglib_SCRIPTS = \
245
	daemons/daemon-util
248
	daemons/daemon-util \
249
	$(pkglib_python_scripts)
246 250

  
247 251
EXTRA_DIST = \
248 252
	NEWS \
......
256 260
	$(RUN_IN_TEMPDIR) \
257 261
	daemons/daemon-util.in \
258 262
	daemons/ganeti-cleaner.in \
263
	$(pkglib_python_scripts) \
259 264
	devel/upload.in \
260 265
	$(docdot) \
261 266
	$(docpng) \
......
322 327
	test/data/cert1.pem \
323 328
	test/data/proc_drbd8.txt \
324 329
	test/data/proc_drbd80-emptyline.txt \
325
	test/data/proc_drbd83.txt
330
	test/data/proc_drbd83.txt \
331
	test/import-export_unittest-helper
326 332

  
327 333
python_tests = \
328 334
	test/ganeti.backend_unittest.py \
......
351 357

  
352 358
dist_TESTS = \
353 359
	test/daemon-util_unittest.bash \
360
	test/import-export_unittest.bash \
354 361
	$(python_tests)
355 362

  
356 363
nodist_TESTS =
......
368 375
all_python_code = \
369 376
	$(dist_sbin_SCRIPTS) \
370 377
	$(dist_tools_SCRIPTS) \
378
	$(pkglib_python_scripts) \
371 379
	$(python_tests) \
372 380
	$(pkgpython_PYTHON) \
373 381
	$(hypervisor_PYTHON) \
......
379 387
srclink_files = \
380 388
	man/footer.sgml \
381 389
	test/daemon-util_unittest.bash \
390
	test/import-export_unittest.bash \
382 391
	$(all_python_code)
383 392

  
384 393
check_python_code = \
......
389 398
	ganeti \
390 399
	$(dist_sbin_SCRIPTS) \
391 400
	$(dist_tools_SCRIPTS) \
401
	$(pkglib_python_scripts) \
392 402
	$(BUILD_BASH_COMPLETION)
393 403

  
394 404
test/daemon-util_unittest.bash: daemons/daemon-util

Also available in: Unified diff