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