summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples
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/Attic/examples
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/Attic/examples')
-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
3 files changed, 9 insertions, 20 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