summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 15:27:30 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 15:27:30 +0000
commit933458c0681e9d50031d9130f352accdbce1a4e4 (patch)
treef1091adaddbcb8a52356f66a5e0f9a1c2342dbdf /bindings
parent6c8e46c5ee00bbbcc80c88a972019cebcb36f92d (diff)
downloadlasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.gz
lasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.xz
lasso-933458c0681e9d50031d9130f352accdbce1a4e4.zip
add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am
Diffstat (limited to 'bindings')
-rw-r--r--bindings/Makefile.am1
-rw-r--r--bindings/java/Makefile.am1
-rw-r--r--bindings/php4/Makefile.am1
-rw-r--r--bindings/php5/Makefile.am1
-rw-r--r--bindings/php5/examples/Makefile.am1
-rw-r--r--bindings/php5/tests/Makefile.am1
-rw-r--r--bindings/python/Makefile.am1
-rw-r--r--bindings/python/tests/Makefile.am1
8 files changed, 8 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 83c29d18..dbf3d085 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = python php5 java
CLEANFILES = bindings.pyc lang_java.pyc lang_python.pyc lang_php5.pyc \
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am
index 83a33a1e..d4403ed9 100644
--- a/bindings/java/Makefile.am
+++ b/bindings/java/Makefile.am
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
if JAVA_ENABLED
INCLUDES = \
-I$(top_builddir) \
diff --git a/bindings/php4/Makefile.am b/bindings/php4/Makefile.am
index 71a87867..c700dc28 100644
--- a/bindings/php4/Makefile.am
+++ b/bindings/php4/Makefile.am
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
SUBDIRS =
if PHP4_ENABLED
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am
index acaafb9b..62ec83ca 100644
--- a/bindings/php5/Makefile.am
+++ b/bindings/php5/Makefile.am
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = examples
if PHP5_ENABLED
diff --git a/bindings/php5/examples/Makefile.am b/bindings/php5/examples/Makefile.am
index 731cee07..8488755b 100644
--- a/bindings/php5/examples/Makefile.am
+++ b/bindings/php5/examples/Makefile.am
@@ -1 +1,2 @@
+MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = get_attributes_from_assertion.php
diff --git a/bindings/php5/tests/Makefile.am b/bindings/php5/tests/Makefile.am
index 68638d5d..9b2a353d 100644
--- a/bindings/php5/tests/Makefile.am
+++ b/bindings/php5/tests/Makefile.am
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
if PHP5_ENABLED
TESTS = profile_tests.sh binding_tests.sh
endif
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