Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2004-05-01 00:05:15 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2004-05-01 00:05:15 +0400
commitc5a6aa57688ba8b02a236a7e2968aa70865a448c (patch)
treeeb48332d2f6c2fddcc493fb3bce91f428359c51f /runtime
parent78bc6edb5dad3a0c848d04d35e5babcabd0e09c8 (diff)
* runtime/net_1_1/Makefile.am (non_gac_assemblies):
* runtime/net_2_0/Makefile.am (non_gac_assemblies): Added Microsoft.Web.Services.dll svn path=/trunk/mono/; revision=26447
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_1_1/Makefile.am1
-rw-r--r--runtime/net_2_0/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/net_1_1/Makefile.am b/runtime/net_1_1/Makefile.am
index 33f13b90f03..b3a456683c0 100644
--- a/runtime/net_1_1/Makefile.am
+++ b/runtime/net_1_1/Makefile.am
@@ -53,6 +53,7 @@ non_gac_assemblies = \
Microsoft.VisualBasic.dll \
Microsoft.VisualC.dll \
Microsoft.Vsa.dll \
+ Microsoft.Web.Services.dll \
Mono.Cairo.dll \
Mono.CSharp.Debugger.dll \
Mono.Data.SqliteClient.dll \
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index 6f0cf0c8f7e..8330b0683a6 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -53,6 +53,7 @@ non_gac_assemblies = \
Microsoft.VisualBasic.dll \
Microsoft.VisualC.dll \
Microsoft.Vsa.dll \
+ Microsoft.Web.Services.dll \
Mono.Cairo.dll \
Mono.CSharp.Debugger.dll \
Mono.Data.SqliteClient.dll \