diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-13 19:15:12 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-13 19:15:12 +0100 |
commit | adcf5dc6aa53c02877e6bc16e211b7062a8ea33c (patch) | |
tree | 193ca0345aff91fc421027122308a3ada666b529 /python/Makefile.am | |
parent | 70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966 (diff) | |
download | libguestfs-adcf5dc6aa53c02877e6bc16e211b7062a8ea33c.tar.gz libguestfs-adcf5dc6aa53c02877e6bc16e211b7062a8ea33c.tar.xz libguestfs-adcf5dc6aa53c02877e6bc16e211b7062a8ea33c.zip |
Extra CLEANFILES.
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index b2cf3b34..6438d457 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = \ guestfs-py.c \ t/*.py -CLEANFILES = *~ +CLEANFILES = *~ t/*~ if HAVE_PYTHON |