[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / Makefile
index 6a4052c5577796fcaffcaae252c9f334c9244693..c99cde5cbf994d886a7469331732d9f8b3f63b39 100644 (file)
@@ -6,7 +6,8 @@ LIBRARY = ICSharpCode.SharpZipLib.dll
 LIBRARY_SNK = SharpZipLib.key
 
 LIB_REFS = System System.Xml
-LIB_MCS_FLAGS = /r:$(corlib) -warn:1
+KEYFILE = SharpZipLib.pub
+LIB_MCS_FLAGS = -warn:1
 NO_TEST = yes
 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)