summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-09-08 15:50:02 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-09-08 15:50:02 +0000
commitdb8d9f930f9acb2d0f8e9e344bc6fa01d8f4ce8d (patch)
tree42e9e16d8c1602faa9deb7f502c3b9bca595c4c4 /php
parent070e552257daeb15c24dce902b6d9d1a17d7b15d (diff)
downloadlasso-db8d9f930f9acb2d0f8e9e344bc6fa01d8f4ce8d.tar.gz
lasso-db8d9f930f9acb2d0f8e9e344bc6fa01d8f4ce8d.tar.xz
lasso-db8d9f930f9acb2d0f8e9e344bc6fa01d8f4ce8d.zip
please use spaces between variable names and values
Diffstat (limited to 'php')
-rw-r--r--php/Attic/examples/Makefile.am2
-rw-r--r--php/Attic/examples/sample-idp/Makefile.am16
-rw-r--r--php/Attic/examples/sample-sp/Makefile.am11
-rw-r--r--php/Makefile.am6
4 files changed, 12 insertions, 23 deletions
diff --git a/php/Attic/examples/Makefile.am b/php/Attic/examples/Makefile.am
index 8f1a498a..79505f8d 100644
--- a/php/Attic/examples/Makefile.am
+++ b/php/Attic/examples/Makefile.am
@@ -1 +1 @@
-SUBDIRS=sample-sp sample-idp
+SUBDIRS = sample-sp sample-idp
diff --git a/php/Attic/examples/sample-idp/Makefile.am b/php/Attic/examples/sample-idp/Makefile.am
index 3fe42f04..29829c24 100644
--- a/php/Attic/examples/sample-idp/Makefile.am
+++ b/php/Attic/examples/sample-idp/Makefile.am
@@ -1,11 +1,5 @@
-EXTRA_DIST= admin_user.php\
- create_metadata.php \
- defederate.php \
- federate.php \
- index.php \
- login.php \
- logout.php \
- setup.php \
- singleSignOn.php \
- soapEndpoint.php \
- user_add.php
+EXTRA_DIST = admin_user.php create_metadata.php defederate.php \
+ federate.php index.php login.php \
+ logout.php setup.php singleSignOn.php \
+ soapEndpoint.php user_add.php
+
diff --git a/php/Attic/examples/sample-sp/Makefile.am b/php/Attic/examples/sample-sp/Makefile.am
index 048d44d6..cbb7aa73 100644
--- a/php/Attic/examples/sample-sp/Makefile.am
+++ b/php/Attic/examples/sample-sp/Makefile.am
@@ -1,9 +1,4 @@
-EXTRA_DIST= admin_user.php \
- index.php \
- logout.php \
- setup.php \
- README \
- assertionConsumer.php \
- login.php \
- register.php
+EXTRA_DIST = admin_user.php index.php logout.php \
+ setup.php README assertionConsumer.php \
+ login.php register.php
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