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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-03-21 03:14:25 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-03-21 03:14:25 +0300
commit606f1d949f1d364d12c4c5ce1c82c2e4b90843c2 (patch)
treec895ed15579ac15dab20ed72cf8be85f6cd1cd4e /mcs/class/System.Management
parent2de7c0691530d792ed10a077dae514b65d262362 (diff)
fixed the build in linux
svn path=/trunk/mcs/; revision=12718
Diffstat (limited to 'mcs/class/System.Management')
-rw-r--r--mcs/class/System.Management/list1
-rw-r--r--mcs/class/System.Management/makefile.gnu2
2 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.Management/list b/mcs/class/System.Management/list
index 8463c4ac936..1d68f6b5119 100644
--- a/mcs/class/System.Management/list
+++ b/mcs/class/System.Management/list
@@ -40,7 +40,6 @@
./System.Management.Instrumentation/DefaultManagementProjectInstaller.cs
./System.Management.Instrumentation/Instance.cs
./System.Management.Instrumentation/InstrumentedAttribute.cs
-./System.Management.Instrumentation/TODOAttribute.cs
./System.Management.Instrumentation/IEvent.cs
./System.Management.Instrumentation/InstrumentationClassAttribute.cs
./System.Management.Instrumentation/IgnoreMemberAttribute.cs
diff --git a/mcs/class/System.Management/makefile.gnu b/mcs/class/System.Management/makefile.gnu
index 58c008c5f83..31a9fcfb40e 100644
--- a/mcs/class/System.Management/makefile.gnu
+++ b/mcs/class/System.Management/makefile.gnu
@@ -3,7 +3,7 @@ topdir = ../..
LIBRARY = $(topdir)/class/lib/System.Management.dll
LIB_LIST = list
-LIB_FLAGS = -r corlib -r System
+LIB_FLAGS = -r corlib -r System -r System.Configuration.Install
SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=./Test*