diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-30 14:02:26 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-30 14:02:26 +0000 |
| commit | 2e627000b69be73c279da79f394e3d5b19fb01bd (patch) | |
| tree | a2de3032868f82781669b6c4a57214811998e810 /csharp | |
| parent | af1459ccd9217d5868f87d821aab52e85a06252a (diff) | |
| download | lasso-2e627000b69be73c279da79f394e3d5b19fb01bd.tar.gz lasso-2e627000b69be73c279da79f394e3d5b19fb01bd.tar.xz lasso-2e627000b69be73c279da79f394e3d5b19fb01bd.zip | |
doesn't mention wsf files for now; a better solution will be devised in time
Diffstat (limited to 'csharp')
| -rw-r--r-- | csharp/Makefile.am | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am index 890732e1..c43319b5 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -41,24 +41,16 @@ clean-local: -rm lasso.dll lasso-sharp.pc liblassosharpglue_wrap.c.bak SWIG_FILES = liblassosharpglue_wrap.c \ - Defederation.cs DiscoCredentials.cs DiscoDescription.cs \ - DiscoEncryptedResourceID.cs DiscoInsertEntry.cs DiscoModify.cs \ - DiscoModifyResponse.cs DiscoOptions.cs DiscoQuery.cs \ - DiscoQueryResponse.cs DiscoRemoveEntry.cs DiscoRequestedServiceType.cs \ - DiscoResourceID.cs DiscoResourceOffering.cs DiscoServiceInstance.cs \ - Discovery.cs DowncastableNode.cs DstData.cs DstModification.cs \ - DstModify.cs DstModifyResponse.cs DstNewData.cs DstQuery.cs \ - DstQueryItem.cs DstQueryResponse.cs Federation.cs Identity.cs \ - 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 lassoPINVOKE.cs Lecp.cs LibAssertion.cs \ + Defederation.cs \ + DowncastableNode.cs \ + Federation.cs Identity.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 \ LibStatusResponse.cs Login.cs Logout.cs NameIdentifierMapping.cs \ - NameRegistration.cs Node.cs NodeList.cs ProfileService.cs Provider.cs \ + NameRegistration.cs Node.cs NodeList.cs Provider.cs \ SamlAdvice.cs SamlAssertion.cs SamlAttribute.cs SamlAttributeDesignator.cs \ SamlAttributeStatement.cs SamlAttributeValue.cs SamlAudienceRestrictionCondition.cs \ SamlAuthenticationStatement.cs SamlAuthorityBinding.cs SamlConditionAbstract.cs \ @@ -67,7 +59,7 @@ 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 \ HttpMethod.cs ProviderRole.cs SignatureMethod.cs LoginProtocolProfile.cs \ RequestType.cs |
