diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-09-19 14:14:50 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-09-19 14:14:50 +0000 |
| commit | 0c561057e3cd1eaf585f9feccac52d166a1a1fd6 (patch) | |
| tree | 6f70375de66b6876bd0acbbe149f782f22c9132b | |
| parent | 1c642c96d777cfa72a4fde6da9c26b27fdfda1fd (diff) | |
| download | lasso-0c561057e3cd1eaf585f9feccac52d166a1a1fd6.tar.gz lasso-0c561057e3cd1eaf585f9feccac52d166a1a1fd6.tar.xz lasso-0c561057e3cd1eaf585f9feccac52d166a1a1fd6.zip | |
Added compilation of resource access statement.
| -rw-r--r-- | lasso/xml/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am index 9075c4af..681ce784 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -56,6 +56,7 @@ WSF_C_FILES = \ sa_transform.c \ sa_sasl_request.c \ sa_sasl_response.c \ + sec_resource_access_statement.c \ soap_binding_consent.c \ soap_binding_correlation.c \ soap_binding_processing_context.c \ @@ -118,6 +119,7 @@ WSF_H_FILES = \ sa_transform.h \ sa_sasl_request.h \ sa_sasl_response.h \ + sec_resource_access_statement.h \ soap_binding_consent.h \ soap_binding_correlation.h \ soap_binding_processing_context.h \ |
