summaryrefslogtreecommitdiffstats
path: root/bindings/php5
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/php5')
-rw-r--r--bindings/php5/Makefile.am1
-rw-r--r--bindings/php5/examples/Makefile.am1
-rw-r--r--bindings/php5/tests/Makefile.am1
3 files changed, 3 insertions, 0 deletions
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