diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-08-26 15:14:04 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-08-26 15:14:04 +0000 |
| commit | fe6922951f7744534e5f4f1fd4058fa14b971f65 (patch) | |
| tree | c7a2ef4ec3705b20b1810e027779b49f964d0a05 | |
| parent | 45755ffa9910a4b9c18c7712d5690cdf4ba8d01b (diff) | |
XML: only recurse into xml/id-wsf subdirs if --enable-wsf is true
* lasso/xml/Makefile.am:
put id-wsf and id-wsf2 subdirs under a conditionnal.
| -rw-r--r-- | lasso/xml/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am index 1823d4e0..35b680ec 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -1,5 +1,8 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = saml-2.0 id-wsf-2.0 ws +SUBDIRS = saml-2.0 +if WSF_ENABLED +SUBDIRS += id-wsf-2.0 ws +endif liblassoincludedir = $(includedir)/lasso/xml |
