diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-26 09:38:22 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-26 09:38:22 +0000 |
| commit | 88bbd4c1d879cd45eb00748fe32415640b57e26f (patch) | |
| tree | 7f4631b435a3959330254f62dee37bd670f787ce /csharp | |
| parent | 5369ba4c3ce493c79cf7e2e77bed6b328ef1e8a4 (diff) | |
| download | lasso-88bbd4c1d879cd45eb00748fe32415640b57e26f.tar.gz lasso-88bbd4c1d879cd45eb00748fe32415640b57e26f.tar.xz lasso-88bbd4c1d879cd45eb00748fe32415640b57e26f.zip | |
every morning I distcheck and fix java and csharp classes; oh yeah.
Diffstat (limited to 'csharp')
| -rw-r--r-- | csharp/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am index f332958d..084307fb 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -52,9 +52,8 @@ SWIG_FILES = liblassosharpglue_wrap.c \ InteractionProfileService.cs IsHelp.cs IsInquiry.cs IsInquiryElement.cs \ IsInteractionRequest.cs IsInteractionResponse.cs IsInteractionStatement.cs \ IsItem.cs IsParameter.cs IsRedirectRequest.cs IsSelect.cs IsText.cs \ - IsUserInteraction.cs lasso.cs LassoHttpMethod.cs LassoLoginProtocolProfile.cs \ - LassoMessageType.cs lassoPINVOKE.cs LassoProviderRole.cs LassoRequestType.cs \ - LassoSignatureMethod.cs Lecp.cs LibAssertion.cs LibAuthnRequest.cs \ + IsUserInteraction.cs lasso.cs lassoPINVOKE.cs Lecp.cs LibAssertion.cs \ + LibAuthnRequest.cs \ LibAuthnResponse.cs LibFederationTerminationNotification.cs \ LibLogoutRequest.cs LibLogoutResponse.cs LibRegisterNameIdentifierRequest.cs \ LibRegisterNameIdentifierResponse.cs LibRequestAuthnContext.cs \ @@ -68,7 +67,9 @@ SWIG_FILES = liblassosharpglue_wrap.c \ SamlStatementAbstract.cs SamlSubjectConfirmation.cs SamlSubject.cs \ SamlSubjectLocality.cs SamlSubjectStatementAbstract.cs SamlSubjectStatement.cs \ Server.cs Session.cs StringList.cs SWIGTYPE_p_LassoMdProtocolType.cs \ - SWIGTYPE_p_LassoSignatureType.cs SWIGTYPE_p_void.cs UtilityStatus.cs + SWIGTYPE_p_LassoSignatureType.cs SWIGTYPE_p_void.cs UtilityStatus.cs \ + HttpMethod.cs ProviderRole.cs SignatureMethod.cs LoginProtocolProfile.cs \ + RequestType.cs EXTRA_DIST = lasso-sharp.pc.in lasso.dll.config AssemblyInfo.cs lasso-sharp.snk $(SWIG_FILES) |
