[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Data / Makefile
index c3b746262b5f6220f776f716ac9523251f05e8ce..f24fe8932aaffbd19851c2b5cc341b2773a1a32c 100644 (file)
@@ -5,6 +5,7 @@ include ../../build/rules.make
 LIBRARY = System.Data.dll
 
 LIB_REFS = System System.Xml System.Core System.Numerics
+KEYFILE = ../ecma.pub
 LIB_MCS_FLAGS = \
        -nowarn:219,414,649 \
        -d:COREFX       \
@@ -35,6 +36,9 @@ endif
 
 TXT_RESOURCE_STRINGS = ../referencesource/System.Data/system.data.txt
 
+RESX_RESOURCE_STRING = \
+       ../../../external/corefx/src/System.Data.Common/src/Resources/Strings.resx
+
 TEST_LIB_REFS = System.Core Mono.Data.Sqlite
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618,169,612,219,168
 
@@ -50,6 +54,7 @@ EXTRA_DISTFILES = \
        $(wildcard Test/System.Data/schemas/*.xsd)              \
        Test/test-config-file                   \
        Test/System.Data/binserialize/*.bin     \
+       Test/ProviderTests/sql/*.sql    \
        SqliteTest.db   \
        corefx.common.sources