(LIBRARY_SNK): Sign with Npgsql/Npgsql.snk.
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 21 Jun 2004 12:08:12 +0000 (12:08 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 21 Jun 2004 12:08:12 +0000 (12:08 -0000)
svn path=/trunk/mcs/; revision=30028

mcs/class/Npgsql/ChangeLog
mcs/class/Npgsql/Makefile

index 1d2a4f3211dd240ee5920769b00ccb71291d5db1..33529fa608832c411c7c904f8ca0114ae0a6b7b2 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-21  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (LIBRARY_SNK): Sign with Npgsql/Npgsql.snk.
+
 2004-06-18  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
        * Synchronized files with gborg cvs up to release 0.6.
 
index 262b22cf1ce4cdc14ffe1dfdbf17a11c36735a7a..05d961f5e3a7a2a624fc6cab95a79d0ec00ed53e 100755 (executable)
@@ -7,7 +7,7 @@ OVERRIDE_BARE_TARGETS = 1
 include ../../build/rules.make
 
 LIBRARY = Npgsql.dll
-
+LIBRARY_SNK = Npgsql/Npgsql.snk
 
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
                /r:System.Data.dll /r:System.Drawing.dll \