diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-25 08:33:59 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-25 08:33:59 +0000 |
| commit | b767d59e796544a0aff87eb6bd7543586e4433e0 (patch) | |
| tree | 09a5fe046a82d9f27acb8c33caf61b59d5034b84 /csharp | |
| parent | 431249546effc1cc7390baf96e66676b2dee72ef (diff) | |
| download | lasso-b767d59e796544a0aff87eb6bd7543586e4433e0.tar.gz lasso-b767d59e796544a0aff87eb6bd7543586e4433e0.tar.xz lasso-b767d59e796544a0aff87eb6bd7543586e4433e0.zip | |
added Defederation profile; workaround lasso-sharp.snk
Diffstat (limited to 'csharp')
| -rw-r--r-- | csharp/AssemblyInfo.cs | 2 | ||||
| -rw-r--r-- | csharp/Makefile.am | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/csharp/AssemblyInfo.cs b/csharp/AssemblyInfo.cs index 9216a124..1fcdfb62 100644 --- a/csharp/AssemblyInfo.cs +++ b/csharp/AssemblyInfo.cs @@ -2,5 +2,5 @@ using System.Reflection; using System.Runtime.CompilerServices; [assembly:AssemblyDelaySign(false)] -[assembly:AssemblyKeyFile("lasso-sharp.snk")] +[assembly:AssemblyKeyFile("lasso-sharp-build.snk")] diff --git a/csharp/Makefile.am b/csharp/Makefile.am index 7f88b175..d3d55cf8 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -26,13 +26,15 @@ dotnetlibdir = $(datadir)/dotnet/lasso/ dotnetlib_DATA = lasso.dll lasso.dll.config lasso.dll: liblassosharpglue.la + $(LN_S) $(srcdir)/lasso-sharp.snk lasso-sharp-build.snk $(CSHARPCOMPILER) -out:lasso.dll -target:library $(srcdir)/*.cs + rm -f lasso-sharp-build.snk pkgconfig_DATA = lasso-sharp.pc pkgconfigdir = $(libdir)/pkgconfig install-data-local: - $(GACUTIL) -i lasso.dll -f -package lasso -gacdir $(libdir) + -$(GACUTIL) -i lasso.dll -f -package lasso -gacdir $(libdir) clean-local: -rm lasso.dll lasso-sharp.pc liblassosharpglue_wrap.c.bak @@ -42,6 +44,7 @@ SWIG_FILES = liblassosharpglue_wrap.c \ LassoLecp.cs LassoLibAuthnRequest.cs LassoLibAuthnResponse.cs \ LassoLogin.cs LassoLogout.cs LassoProfile.cs LassoRequest.cs \ LassoResponse.cs LassoSamlpRequest.cs LassoSamlpResponse.cs \ + LassoDefederation.cs \ LassoServer.cs LassoSession.cs lasso.cs lassoPINVOKE.cs \ SWIGTYPE_p_GHashTable.cs SWIGTYPE_p_GObject.cs SWIGTYPE_p_GPtrArray.cs \ SWIGTYPE_p_LassoLibRequestAuthnContext.cs \ |
