summaryrefslogtreecommitdiffstats
path: root/php5
diff options
context:
space:
mode:
Diffstat (limited to 'php5')
-rw-r--r--php5/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/php5/Makefile.am b/php5/Makefile.am
index 151de566..ec7aa8e2 100644
--- a/php5/Makefile.am
+++ b/php5/Makefile.am
@@ -15,6 +15,6 @@ lasso_wrap.c php_lasso.h lasso.php: $(SWIG_I_FILES)
test-php: lasso.la lasso.php
$(PHP5) -d extension_dir=.libs $(srcdir)/lasso.php
-MAINTAINERCLEANFILES = $(SWIG_OUTPUTS)
+MAINTAINERCLEANFILES = Makefile.in $(SWIG_OUTPUTS)
EXTRA_DIST = $(SWIG_OUTPUTS)