diff options
Diffstat (limited to 'php')
| -rw-r--r-- | php/Attic/examples/Makefile.am | 2 | ||||
| -rw-r--r-- | php/Attic/examples/sample-idp/Makefile.am | 16 | ||||
| -rw-r--r-- | php/Attic/examples/sample-sp/Makefile.am | 11 | ||||
| -rw-r--r-- | php/Makefile.am | 6 |
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 |
