mclu: Add import subcommand to import existing guests.
[mclu.git] / Makefile.am
index 4447916..b67553d 100644 (file)
@@ -18,7 +18,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
 # Why doesn't automake include _SCRIPTS and _DATA ...?
-EXTRA_DIST = mclu.spec $(pkgdata_SCRIPTS) $(conf_DATA)
+EXTRA_DIST = CONFIGURATION mclu.spec $(pkgdata_SCRIPTS) $(conf_DATA)
 
 # This rule just ensures that the wrapper binary and Python files get
 # installed when we do 'make install'.
@@ -28,12 +28,15 @@ bin_SCRIPTS = mclu
 pkgdata_SCRIPTS = \
        config.py \
        lib.py \
+       libvirt_xml.py \
        mclu.py \
        mclu_build.py \
        mclu_console.py \
+       mclu_import.py \
        mclu_info.py \
        mclu_list.py \
        mclu_migrate.py \
+       mclu_reboot.py \
        mclu_shutdown.py \
        mclu_start.py \
        mclu_status.py \
@@ -56,3 +59,8 @@ CLEANFILES = \
        config.py \
        mclu \
        mclu.spec
+
+# Run pylint.
+
+lint:
+       pylint -E $(pkgdata_SCRIPTS)