* SqlMetaData.cs: Implemented an overloaded constructor, missing
[mono.git] / mcs / class / System.Data / Makefile
index d026f75e50882a897cf1fc9278bafb7ee8cfda78..86913d1974dbf7edc89ceea0eceda2aab73166b1 100644 (file)
@@ -11,7 +11,8 @@ system = $(topdir)/class/lib/$(PROFILE)/System.dll
 endif
 
 ifeq (net_2_0, $(PROFILE))
-OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll
+OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll \
+                       -r:System.Transactions.dll
 endif
 
 LIBRARY = System.Data.dll
@@ -39,6 +40,8 @@ endif
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
 
+TEST_MONO_PATH = .
+
 EXTRA_DISTFILES = \
        TODO                                    \
        Test/System.Data/region.xml             \
@@ -66,9 +69,11 @@ EXTRA_DISTFILES = \
        Test/System.Data/schemas/test014.xsd    \
        Test/System.Data/schemas/test015.xsd    \
        Test/System.Data/schemas/test016.xsd    \
+       Test/System.Data/schemas/test017.xsd    \
        Test/System.Data/schemas/test101.xsd    \
        Test/System.Data/schemas/test102.xsd    \
        Test/System.Data/schemas/test103.xsd    \
+       Test/System.Data/schemas/Items.xsd      \
        Test/System.Data/TypedDataSet.xml       \
        Mono.Data.SqlExpressions/Parser.jay     \
        app_test_2.0.config