mclu: Add import subcommand to import existing guests.
[mclu.git] / Makefile.am
index af13282..b67553d 100644 (file)
@@ -17,6 +17,9 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
+# Why doesn't automake include _SCRIPTS and _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'.
 
@@ -25,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 \
@@ -53,3 +59,8 @@ CLEANFILES = \
        config.py \
        mclu \
        mclu.spec
+
+# Run pylint.
+
+lint:
+       pylint -E $(pkgdata_SCRIPTS)