This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / Makefile
index 44cf97fd2e8cca42c85b5a2e2950a2da3e0eb8e8..7fc42a4fb29301b2f66606e3fc315fb8aa5c8fe9 100644 (file)
@@ -3,10 +3,10 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = ICSharpCode.SharpZipLib.dll
+LIBRARY_SNK = SharpZipLib.key
+
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
 NO_TEST = yes
-EXTRA_DISTFILES = SharpZipLib.key
-
-NO_SIGN_ASSEMBLY = yes
+EXTRA_DISTFILES = $(LIBRARY_SNK)
 
 include ../../build/library.make