Merge pull request #5011 from kumpera/quiet-mode
[mono.git] / mcs / class / Facades / System.Security.Cryptography.OpenSsl / Makefile
index aa30bc935a1fa9edc82dcdfbb086c835ce394ef4..dd0cdefc6f58c0e3299ff36b06f6b80ad7606dcc 100644 (file)
@@ -11,11 +11,9 @@ LIBRARY = System.Security.Cryptography.OpenSsl.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_REFS = System.Core
+LIB_REFS = System.Core Facades/System.Security.Cryptography.Algorithms
 LIB_MCS_FLAGS = $(SIGN_FLAGS)
 
-PLATFORM_DEBUG_FLAGS =
-
 NO_TEST = yes
 
 include $(MCS_BUILD_DIR)/library.make