diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-09 19:47:22 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-09 19:47:22 +0100 |
commit | d19ceb226c242844467b2935c1e19b989b4315e8 (patch) | |
tree | 16b453bcb1d9579389d1c658a9e89bf340426096 /python | |
parent | 2834059b2ac047bc099ed7617c4f6174d441d7e1 (diff) | |
download | libguestfs-d19ceb226c242844467b2935c1e19b989b4315e8.tar.gz libguestfs-d19ceb226c242844467b2935c1e19b989b4315e8.tar.xz libguestfs-d19ceb226c242844467b2935c1e19b989b4315e8.zip |
Remove *~ files when doing 'make clean'.
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index e4ef9e89..509e87ca 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -17,6 +17,8 @@ EXTRA_DIST = README-python-bindings +CLEANFILES = *~ + if HAVE_PYTHON endif
\ No newline at end of file |