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
path: root/mcs/class
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2014-05-09 02:30:55 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-09 19:27:53 +0400
commit8cb819d880e6d28dd7f21376b131e292c9b73106 (patch)
treea3fb594f758a4e59f17cc803c69b9975f6119965 /mcs/class
parent7dcf097763bfc3b3593a28450e88037ce0410c37 (diff)
Use LOCAL_MCS_FLAGS to prepend the directories
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/System.Security/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 4cd993378d2..1101a28c0dd 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -6,7 +6,9 @@ LIBRARY = System.Security.dll
LIB_MCS_FLAGS = -nowarn:618 \
-d:SECURITY_DEP \
-r:$(corlib) -r:System.dll -r:System.Xml.dll \
- -r:Mono.Security.dll -nowarn:414 -lib:$(secxml_libdir) -lib:$(bare_libdir)
+ -r:Mono.Security.dll -nowarn:414
+
+LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414,1595