Added php sample-sp to the distribution.

This commit is contained in:
Romain Chantereay 2004-09-07 11:22:18 +00:00
parent 38fd72e905
commit 4234a511c3
4 changed files with 14 additions and 1 deletions

View File

@ -159,7 +159,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
LASSO_VERSION_INFO="1:0:0"
LASSO_VERSION_INFO="1:0:1"
AC_SUBST(LASSO_VERSION_INFO)
dnl ==========================================================================
@ -642,6 +642,8 @@ lasso/protocols/elements/Makefile
lasso/protocols/Makefile
lasso/xml/Makefile
php/Makefile
php/examples/Makefile
php/examples/sample-sp/Makefile
python/Makefile
swig/Makefile
tests/Makefile

View File

@ -0,0 +1 @@
SUBDIRS=sample-sp

View File

@ -0,0 +1,9 @@
EXTRA_DIST= admin_user.php \
index.php \
logout.php \
setup.php \
README \
assertionConsumer.php \
login.php \
register.php

View File

@ -16,3 +16,4 @@ test-php: lasso.la lasso.php
MAINTAINERCLEANFILES=$(SWIG_OUTPUTS)
EXTRA_DIST=$(SWIG_OUTPUTS)
SUBDIRS=examples