From db8d9f930f9acb2d0f8e9e344bc6fa01d8f4ce8d Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 8 Sep 2004 15:50:02 +0000 Subject: please use spaces between variable names and values --- php/Attic/examples/Makefile.am | 2 +- php/Attic/examples/sample-idp/Makefile.am | 16 +++++----------- php/Attic/examples/sample-sp/Makefile.am | 11 +++-------- php/Makefile.am | 6 +++--- 4 files changed, 12 insertions(+), 23 deletions(-) (limited to 'php') 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 -- cgit