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:
authorRaja R Harinath <harinath@hurrynot.org>2004-05-26 11:41:03 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-05-26 11:41:03 +0400
commit28d631d2015ba99df5ab9fa4975c732007fdb35e (patch)
tree8af6b953c86ba3b4dc323a01b12d84a375617475 /runtime
parentb2fb916aed77a091ef24e9af141c479f8ae9d681 (diff)
* Makefile.am (mcs-do-basic-build): No need to set MCS here.
* runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to reflect new names for nunit.util and nunit.framework. Add nunit.core. * runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise. svn path=/trunk/mono/; revision=28123
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_1_1/Makefile.am5
-rw-r--r--runtime/net_2_0/Makefile.am5
2 files changed, 6 insertions, 4 deletions
diff --git a/runtime/net_1_1/Makefile.am b/runtime/net_1_1/Makefile.am
index b347f21ab3f..448ee0ccaad 100644
--- a/runtime/net_1_1/Makefile.am
+++ b/runtime/net_1_1/Makefile.am
@@ -39,8 +39,9 @@ gac_assemblies_list = \
Mono.Security.Win32 \
Novell.Directory.Ldap \
Npgsql \
- NUnit.Util \
- NUnit.Framework \
+ nunit.util \
+ nunit.core \
+ nunit.framework \
PEAPI \
System.Configuration.Install \
System.Data \
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index f7af91600ec..e0cf6fc4bcf 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -39,8 +39,9 @@ gac_assemblies_list = \
Mono.Security.Win32 \
Novell.Directory.Ldap \
Npgsql \
- NUnit.Util \
- NUnit.Framework \
+ nunit.util \
+ nunit.core \
+ nunit.framework \
PEAPI \
System.Configuration.Install \
System.Data \