Implement 'strings' and 'hexdump' commands.
[libguestfs.git] / python / Makefile.am
index 86ece8d..bab869e 100644 (file)
@@ -20,8 +20,6 @@ EXTRA_DIST = \
        guestfs-py.c \
        t/*.py
 
-CLEANFILES = *~ t/*~
-
 if HAVE_PYTHON
 
 pythondir = $(PYTHON_SITE_PACKAGES)
@@ -40,4 +38,4 @@ TESTS_ENVIRONMENT = \
        $(PYTHON)
 TESTS = t/005-import.py t/010-launch.py t/050-lvcreate.py
 
-endif
\ No newline at end of file
+endif