diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-12-10 17:08:33 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-12-10 17:08:33 +0000 |
| commit | 021f683d2e1b24ad404c44c65a036967a5e088f1 (patch) | |
| tree | 7348737a20603d5cc35290cac71b6e2460ef049c | |
| parent | f1709c77a10f83de649eec95574910e9075804a0 (diff) | |
Added support of MsgContact PP service.
| -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 dc0768b0..656d6562 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -57,6 +57,7 @@ liblasso_xml_la_SOURCES = \ lib_scoping.c \ lib_status_response.c \ lib_subject.c \ + pp_msg_contact.c \ saml_advice.c \ saml_assertion.c \ saml_attribute.c \ @@ -130,6 +131,7 @@ liblassoinclude_HEADERS = \ lib_scoping.h \ lib_status_response.h \ lib_subject.h \ + pp_msg_contact.h \ saml_advice.h \ saml_assertion.h \ saml_attribute.h \ |
