Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / Makefile
index 44cf97fd2e8cca42c85b5a2e2950a2da3e0eb8e8..bd64d2a4d66c7b991e6609fc8547288ec40a3bd3 100644 (file)
@@ -3,10 +3,11 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = ICSharpCode.SharpZipLib.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
-NO_TEST = yes
-EXTRA_DISTFILES = SharpZipLib.key
+LIBRARY_SNK = SharpZipLib.key
 
-NO_SIGN_ASSEMBLY = yes
+LIB_REFS = System System.Xml
+LIB_MCS_FLAGS = -warn:1
+NO_TEST = yes
+EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
 
 include ../../build/library.make