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:
Diffstat (limited to 'mcs/class/Mono.Security/Makefile')
-rw-r--r--mcs/class/Mono.Security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/Mono.Security/Makefile b/mcs/class/Mono.Security/Makefile
index 507ec664264..1d25ef67b62 100644
--- a/mcs/class/Mono.Security/Makefile
+++ b/mcs/class/Mono.Security/Makefile
@@ -4,6 +4,7 @@ include ../../build/rules.make
LIBRARY = Mono.Security.dll
LOCAL_MCS_FLAGS = -lib:$(the_libdir_base)bare
+LIB_REFS = System
LIB_MCS_FLAGS = -r:System.dll -unsafe -nowarn:1030
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
@@ -14,4 +15,4 @@ $(build_lib): $(the_libdir_base)bare/System.dll
$(the_libdir_base)bare/System.dll:
(cd ../System; $(MAKE) $@)
-.NOTPARALLEL: $(the_libdir_base)bare/System.dll \ No newline at end of file
+.NOTPARALLEL: $(the_libdir_base)bare/System.dll