summaryrefslogtreecommitdiffstats
path: root/php/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'php/Makefile.am')
-rw-r--r--php/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index 429740e0..1c37eb74 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -14,6 +14,6 @@ lasso_wrap.c php_lasso.h lasso.php: $(top_srcdir)/swig/Lasso.i
test-php: lasso.la lasso.php
$(PHP) -d extension_dir=.libs $(srcdir)/lasso.php
-MAINTAINERCLEANFILES=$(SWIG_OUTPUTS)
-EXTRA_DIST=$(SWIG_OUTPUTS)
-SUBDIRS=examples
+MAINTAINERCLEANFILES = $(SWIG_OUTPUTS)
+EXTRA_DIST = $(SWIG_OUTPUTS)
+SUBDIRS = examples