summaryrefslogtreecommitdiffstats
path: root/csharp
diff options
context:
space:
mode:
Diffstat (limited to 'csharp')
-rw-r--r--csharp/.cvsignore1
-rw-r--r--csharp/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/csharp/.cvsignore b/csharp/.cvsignore
index 19b05f93..d5415d6f 100644
--- a/csharp/.cvsignore
+++ b/csharp/.cvsignore
@@ -1,6 +1,7 @@
.libs
.deps
AssemblyInfo.cs
+Assertion.cs
Defederation.cs
Identity.cs
AuthnRequest.cs
diff --git a/csharp/Makefile.am b/csharp/Makefile.am
index 7521d815..0da7b454 100644
--- a/csharp/Makefile.am
+++ b/csharp/Makefile.am
@@ -44,7 +44,7 @@ SWIG_FILES = liblassosharpglue_wrap.c \
Identity.cs Response.cs AuthnRequest.cs \
Lecp.cs AuthnResponse.cs Login.cs \
Logout.cs LogoutResponse.cs LogoutRequest.cs \
- FederationTerminationNotification.cs
+ FederationTerminationNotification.cs Assertion.cs
EXTRA_DIST = lasso-sharp.pc.in lasso.dll.config AssemblyInfo.cs lasso-sharp.snk $(SWIG_FILES)