diff options
Diffstat (limited to 'php/Attic')
| -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 |
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 |
