From 933458c0681e9d50031d9130f352accdbce1a4e4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 27 May 2008 15:27:30 +0000 Subject: add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am --- bindings/python/Makefile.am | 1 + bindings/python/tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'bindings/python') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 65aa3804..3da0e08a 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in SUBDIRS = tests if PYTHON_ENABLED diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index 852f3f73..f465d298 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in if PYTHON_ENABLED TESTS = profiles_tests.py binding_tests.py endif -- cgit