Merge pull request #1155 from steffen-kiess/json-string
[mono.git] / mcs / class / Mono.Security / Makefile
index 1d25ef67b62232378d6ab28ee9da5b635808d235..edb34ec36bf623cc729675ce4c3d8d1d641f1f66 100644 (file)
@@ -5,7 +5,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 
+LIB_MCS_FLAGS = -unsafe -nowarn:1030
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
 
 include ../../build/library.make