Only recurse into id-wsf if it is enabled

* lasso/Makefile.am:
   only add id-wsf and id-wsf-2.0 to SUBDIRS if wsf is enabled.
This commit is contained in:
Benjamin Dauvergne 2009-07-06 16:06:03 +00:00
parent 0d3977f21f
commit c4e3d95429
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
SUBDIRS = xml id-ff id-wsf saml-2.0 id-wsf-2.0
SUBDIRS = xml id-ff saml-2.0
if WSF_ENABLED
SUBDIRS += id-wsf-2.0 id-wsf
endif
liblassoincludedir = $(includedir)/lasso