diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-12-06 12:54:54 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-12-06 12:54:54 +0000 |
| commit | 3b170296fc04406d2bc95b7cf6709e69d60c861f (patch) | |
| tree | 9b71c6ee1f477877ed93c9339223f5962ae46010 | |
| parent | e09892edad3db0b8aaf7700b631a008691e7364b (diff) | |
| download | lasso-3b170296fc04406d2bc95b7cf6709e69d60c861f.tar.gz lasso-3b170296fc04406d2bc95b7cf6709e69d60c861f.tar.xz lasso-3b170296fc04406d2bc95b7cf6709e69d60c861f.zip | |
*** empty log message ***
| -rw-r--r-- | lasso/xml/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am index bc83f599..2c14b2c6 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -33,6 +33,8 @@ WSF_C_FILES = \ disco_send_single_logout.c \ disco_service_instance.c \ ds_key_info.c \ + ds_key_value.c \ + ds_rsa_key_value.c \ dst_data.c \ dst_modification.c \ dst_modify.c \ @@ -99,6 +101,8 @@ WSF_H_FILES = \ disco_send_single_logout.h \ disco_service_instance.h \ ds_key_info.h \ + ds_key_value.h \ + ds_rsa_key_value.h \ dst_data.h \ dst_modification.h \ dst_modify.h \ |
