diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-07 11:22:18 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-07 11:22:18 +0000 |
| commit | 4234a511c39ecf0d030026911647bd0ce97111e1 (patch) | |
| tree | 9fbc452ba715d9885cd9076f98cb976fbd1928cd /php | |
| parent | 38fd72e90583af18e6719eb950738661d347159e (diff) | |
Added php sample-sp to the distribution.
Diffstat (limited to 'php')
| -rw-r--r-- | php/Attic/examples/Makefile.am | 1 | ||||
| -rw-r--r-- | php/Attic/examples/sample-sp/Makefile.am | 9 | ||||
| -rw-r--r-- | php/Makefile.am | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/php/Attic/examples/Makefile.am b/php/Attic/examples/Makefile.am new file mode 100644 index 00000000..98397c0d --- /dev/null +++ b/php/Attic/examples/Makefile.am @@ -0,0 +1 @@ +SUBDIRS=sample-sp diff --git a/php/Attic/examples/sample-sp/Makefile.am b/php/Attic/examples/sample-sp/Makefile.am new file mode 100644 index 00000000..048d44d6 --- /dev/null +++ b/php/Attic/examples/sample-sp/Makefile.am @@ -0,0 +1,9 @@ +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 690bf886..1304f06b 100644 --- a/php/Makefile.am +++ b/php/Makefile.am @@ -16,3 +16,4 @@ test-php: lasso.la lasso.php MAINTAINERCLEANFILES=$(SWIG_OUTPUTS) EXTRA_DIST=$(SWIG_OUTPUTS) +SUBDIRS=examples |
