use new bindings

This commit is contained in:
Frédéric Péters 2008-04-29 12:24:18 +00:00
parent 5bf20775f2
commit fa7a373651
2 changed files with 8 additions and 14 deletions

View File

@ -1,15 +1,6 @@
if PYTHON_ENABLED
PYTHON_SD = python
endif
if JAVA_ENABLED
JAVA_SD = java
endif
if PHP4_ENABLED
PHP4_SD = php
endif
if PHP5_ENABLED
PHP5_SD = php5
endif
if CSHARP_ENABLED
CSHARP_SD = csharp
endif
@ -19,13 +10,12 @@ endif
SUBDIRS = lasso \
swig \
$(PHP4_SD) $(PHP5_SD) $(PYTHON_SD) $(JAVA_SD) $(PERL_SD) \
$(PHP4_SD) $(PERL_SD) \
tests \
win32 \
bindings \
docs
ABS_BUILDDIR = $(shell pwd)
EXTRA_DIST = COPYING lasso.pc.in lasso-src-config.in
pkgconfig_DATA = lasso.pc

View File

@ -923,7 +923,6 @@ docs/lasso-book/Makefile
docs/lasso-book/figures/Makefile
docs/reference/Makefile
docs/reference/version.xml
java/Makefile
lasso/Makefile
lasso/id-ff/Makefile
lasso/id-wsf/Makefile
@ -935,7 +934,6 @@ lasso/xml/id-wsf-2.0/Makefile
lasso/xml/ws/Makefile
perl/Makefile
php/Makefile
python/Makefile
swig/Makefile
swig/wsf-support.i
swig/saml-2.0/Makefile
@ -966,6 +964,12 @@ win32/nsis/lasso-deps.nsi
win32/nsis/lasso-full.nsi
win32/nsis/lasso-lite.nsi
win32/nsis/python.nsi
bindings/Makefile
bindings/java/Makefile
bindings/python/Makefile
bindings/python/tests/Makefile
bindings/php5/Makefile
bindings/php5/examples/Makefile
])
languages_available=`echo $languages_available | sed -e "s/^ //" `