From e6b196279f38b80170efd8d0748b31b489f04b15 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 4 Nov 2008 01:58:44 +0000 Subject: Clean generated files in bindings * bindings/java/Makefile.am: * bindings/php5/Makefile.am: * bindings/python/Makefile.am: - reformat value and add generated files to the MOSTLYCLEANFILES variable --- bindings/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings/python') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index fdc7ada7..6f2ee2ef 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,4 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in +MOSTLYCLEANFILES = __init__.pyc lang.pyc SUBDIRS = tests if PYTHON_ENABLED -- cgit