Merge pull request #5313 from lambdageek/corefx-sre-fixup
[mono.git] / mcs / class / Facades / System.Security.Cryptography.OpenSsl / Makefile
index 16bae2df174a282a1cf8fa44b26fca8819a1ad21..84f6c2d338b8a40d02717a57935387f020a84aa9 100644 (file)
@@ -9,9 +9,9 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
 
 LIBRARY = System.Security.Cryptography.OpenSsl.dll
 
-KEY_FILE = ../../msfinal.pub
-SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_REFS = System.Core
+KEYFILE = ../../msfinal.pub
+SIGN_FLAGS = /delaysign /nowarn:1616,1699
+LIB_REFS = System.Core Facades/System.Security.Cryptography.Algorithms
 LIB_MCS_FLAGS = $(SIGN_FLAGS)
 
 NO_TEST = yes