summaryrefslogtreecommitdiffstats
path: root/csharp
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-12 15:05:10 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-12 15:05:10 +0000
commitdec3aa17ec04ee6440361911c2ffac41eceea0df (patch)
tree3acba1704a20d93d424704b1d2d3b5dc176fec2b /csharp
parent7b0cc38754bd54c5ee702215774819bdac7494a3 (diff)
downloadlasso-dec3aa17ec04ee6440361911c2ffac41eceea0df.tar.gz
lasso-dec3aa17ec04ee6440361911c2ffac41eceea0df.tar.xz
lasso-dec3aa17ec04ee6440361911c2ffac41eceea0df.zip
install and uninstall correctly files (distcheck once again ok)
Diffstat (limited to 'csharp')
-rw-r--r--csharp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am
index ab9aa8b6..1a2e6917 100644
--- a/csharp/Makefile.am
+++ b/csharp/Makefile.am
@@ -64,7 +64,9 @@ SWIG_FILES = liblassosharpglue_wrap.c \
SamlSubjectLocality.cs SamlSubjectStatement.cs SamlpRequest.cs \
SamlpResponse.cs SamlpStatus.cs SamlpStatusCode.cs Server.cs \
ServiceInstance.cs Session.cs Status.cs StringList.cs \
- lassoPINVOKE.cs
+ lassoPINVOKE.cs SamlpRequestAbstract.cs SamlpResponseAbstract.cs \
+ LibRequestAuthnContext.cs lasso.cs SamlAttribute.cs \
+ SamlSubjectStatementAbstract.cs SamlStatementAbstract.cs
EXTRA_DIST = lasso-sharp.pc.in lasso.dll.config AssemblyInfo.cs lasso-sharp.snk $(SWIG_FILES)