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 --- python/Makefile.am | 2 +- python/tests/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 703187b8..e99b9bf5 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -42,4 +42,4 @@ clean-local: EXTRA_DIST = $(SWIG_OUTPUTS) # Maintainer clean the swig generated files, because he/she maintains them. -MAINTAINERCLEANFILES = $(SWIG_OUTPUTS) +MAINTAINERCLEANFILES = Makefile.in $(SWIG_OUTPUTS) diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am index cddb9666..eb7dd41f 100644 --- a/python/tests/Makefile.am +++ b/python/tests/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = tests.py login_tests.py idwsf2_tests.py -- cgit