chiark / gitweb /
tmpdir: fix usage message ref to TMPDIR formal param
[autopkgtest.git] / Makefile
index 9f5c45ccbd1468bcc8c6589d1faba6ad3d00aa94..4beca8ba39c2760eb680f6ad0e14e53f299bdd69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ include settings.make
 programs =     virt-subproc/adt-virt-chroot \
                virt-subproc/adt-virt-xenlvm \
                virt-subproc/adt-virt-null \
+               virt-subproc/adt-virt-schroot \
                runner/adt-run \
                runner/adt-testreport-onepackage \
                runner/adt-testreport-runloop \
@@ -33,7 +34,8 @@ programs =    virt-subproc/adt-virt-chroot \
 examples =     runner/onepackage-config \
                runner/ubuntu-config
 
-pythonfiles =  virt-subproc/VirtSubproc.py
+pythonfiles =  lib/Autopkgtest.py \
+               lib/VirtSubproc.py
 
 all:
        cd xen && $(MAKE)
@@ -54,4 +56,5 @@ install: install-here
        cd xen && $(MAKE) install
 
 clean:
+       rm -f */*.pyc
        cd xen && $(MAKE) clean