diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-03 13:41:54 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-03 13:41:54 +0000 |
| commit | 42a7a21629e01d993e0ef09243b8359f0ab7289c (patch) | |
| tree | 6ac9382d0af77e9e947ef0dc4835ccfca2c84309 /csharp | |
| parent | 43ed06001493f291edc796746fa2bd48474ec013 (diff) | |
| download | lasso-42a7a21629e01d993e0ef09243b8359f0ab7289c.tar.gz lasso-42a7a21629e01d993e0ef09243b8359f0ab7289c.tar.xz lasso-42a7a21629e01d993e0ef09243b8359f0ab7289c.zip | |
updated swig output files list for make distcheck
Diffstat (limited to 'csharp')
| -rw-r--r-- | csharp/.cvsignore | 90 | ||||
| -rw-r--r-- | csharp/Makefile.am | 35 |
2 files changed, 85 insertions, 40 deletions
diff --git a/csharp/.cvsignore b/csharp/.cvsignore index 08ea4207..11513553 100644 --- a/csharp/.cvsignore +++ b/csharp/.cvsignore @@ -1,53 +1,83 @@ .libs .deps -AssemblyInfo.cs -Assertion.cs -Defederation.cs -Identity.cs -AuthnRequest.cs -AuthnResponse.cs -lasso.cs lasso.dll -lassoPINVOKE.cs -lassoPINVOKE.cs -Request.cs -Response.cs lasso-sharp.pc -Lecp.cs liblassosharpglue.la liblassosharpglue_la-Lasso.lo liblassosharpglue_la-liblassosharpglue_wrap.lo liblassosharpglue_wrap.c -Login.cs -Logout.cs Makefile Makefile.in -Server.cs -Session.cs -FederationTerminationNotification.cs -LogoutRequest.cs -LogoutResponse.cs +Credentials.cs +Defederation.cs +Description.cs +DiscoModify.cs +DiscoModifyResponse.cs +DiscoQuery.cs +DiscoQueryResponse.cs +Discovery.cs +DstModification.cs +DstModify.cs +DstModifyResponse.cs +DstQuery.cs +DstQueryResponse.cs +Federation.cs +Identity.cs +InsertEntry.cs +LassoHttpMethod.cs +LassoLoginProtocolProfile.cs +LassoMessageType.cs LassoProviderRole.cs +LassoRequestType.cs +LassoSignatureMethod.cs +Lecp.cs +LibAssertion.cs +LibAuthnRequest.cs LibAuthnResponse.cs LibFederationTerminationNotification.cs LibLogoutRequest.cs +LibLogoutResponse.cs LibRegisterNameIdentifierRequest.cs +LibRegisterNameIdentifierResponse.cs +LibStatusResponse.cs +Login.cs +Logout.cs NameIdentifierMapping.cs NameRegistration.cs Node.cs +NodeArray.cs +Options.cs +PPMsgContact.cs +PersonalProfileService.cs Provider.cs -ProviderIds.cs -RegisterNameIdentifierResponse.cs +QueryItem.cs +RemoveEntry.cs +ResourceID.cs +ResourceOffering.cs +SWIGTYPE_p_LassoDiscoEncryptedResourceID.cs +SWIGTYPE_p_LassoDiscoRequestedServiceType.cs +SWIGTYPE_p_LassoDstNewData.cs +SWIGTYPE_p_LassoMdProtocolType.cs +SWIGTYPE_p_LassoSignatureType.cs SWIGTYPE_p_void.cs +SamlAdvice.cs +SamlAssertion.cs +SamlAttributeStatement.cs +SamlAuthenticationStatement.cs +SamlConditions.cs +SamlNameIdentifier.cs +SamlSubject.cs +SamlSubjectConfirmation.cs +SamlSubjectLocality.cs +SamlSubjectStatement.cs SamlpRequest.cs SamlpResponse.cs -lassoHttpMethod.cs -lassoLoginProtocolProfile.cs -lassoMessageType.cs -lassoRequestType.cs -lassoSignatureMethod.cs -LibRegisterNameIdentifierResponse.cs -LibLogoutResponse.cs -LibAuthnRequest.cs -LibAssertion.cs +SamlpStatus.cs +SamlpStatusCode.cs +Server.cs +ServiceInstance.cs +Session.cs +Status.cs +StringArray.cs +lassoPINVOKE.cs diff --git a/csharp/Makefile.am b/csharp/Makefile.am index 09ab4464..b3d74bff 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -39,16 +39,31 @@ clean-local: -rm lasso.dll lasso-sharp.pc liblassosharpglue_wrap.c.bak SWIG_FILES = liblassosharpglue_wrap.c \ - Defederation.cs Identity.cs lasso.cs lassoHttpMethod.cs \ - lassoLoginProtocolProfile.cs lassoMessageType.cs lassoPINVOKE.cs \ - LassoProviderRole.cs lassoRequestType.cs lassoSignatureMethod.cs \ - Lecp.cs LibAssertion.cs LibAuthnRequest.cs LibAuthnResponse.cs \ - LibFederationTerminationNotification.cs LibLogoutRequest.cs \ - LibLogoutResponse.cs LibRegisterNameIdentifierRequest.cs \ - LibRegisterNameIdentifierResponse.cs Login.cs Logout.cs \ - NameIdentifierMapping.cs NameRegistration.cs Node.cs Provider.cs \ - ProviderIds.cs SamlpRequest.cs SamlpResponse.cs Server.cs \ - Session.cs SWIGTYPE_p_void.cs + Credentials.cs Defederation.cs Description.cs DiscoModify.cs \ + DiscoModifyResponse.cs DiscoQuery.cs DiscoQueryResponse.cs \ + Discovery.cs DstModification.cs DstModify.cs DstModifyResponse.cs \ + DstQuery.cs DstQueryResponse.cs Federation.cs Identity.cs \ + InsertEntry.cs LassoHttpMethod.cs LassoLoginProtocolProfile.cs \ + LassoMessageType.cs LassoProviderRole.cs LassoRequestType.cs \ + LassoSignatureMethod.cs Lecp.cs LibAssertion.cs LibAuthnRequest.cs \ + LibAuthnResponse.cs LibFederationTerminationNotification.cs \ + LibLogoutRequest.cs LibLogoutResponse.cs \ + LibRegisterNameIdentifierRequest.cs \ + LibRegisterNameIdentifierResponse.cs LibStatusResponse.cs Login.cs \ + Logout.cs NameIdentifierMapping.cs NameRegistration.cs Node.cs \ + NodeArray.cs Options.cs PPMsgContact.cs PersonalProfileService.cs \ + Provider.cs QueryItem.cs RemoveEntry.cs ResourceID.cs \ + ResourceOffering.cs SWIGTYPE_p_LassoDiscoEncryptedResourceID.cs \ + SWIGTYPE_p_LassoDiscoRequestedServiceType.cs \ + SWIGTYPE_p_LassoDstNewData.cs SWIGTYPE_p_LassoMdProtocolType.cs \ + SWIGTYPE_p_LassoSignatureType.cs SWIGTYPE_p_void.cs SamlAdvice.cs \ + SamlAssertion.cs SamlAttributeStatement.cs \ + SamlAuthenticationStatement.cs SamlConditions.cs \ + SamlNameIdentifier.cs SamlSubject.cs SamlSubjectConfirmation.cs \ + SamlSubjectLocality.cs SamlSubjectStatement.cs SamlpRequest.cs \ + SamlpResponse.cs SamlpStatus.cs SamlpStatusCode.cs Server.cs \ + ServiceInstance.cs Session.cs Status.cs StringArray.cs \ + lassoPINVOKE.cs EXTRA_DIST = lasso-sharp.pc.in lasso.dll.config AssemblyInfo.cs lasso-sharp.snk $(SWIG_FILES) |
