Merge pull request #1921 from mattzink/master
[mono.git] / mcs / class / IBM.Data.DB2 / Makefile
index adf7533c68421be3e1c795de93d85f94bfdb0442..732087d903e16fd8ff8484e352dd2440285fe2e0 100644 (file)
@@ -3,13 +3,11 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = IBM.Data.DB2.dll
-LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll \
-       /r:System.Xml.dll /r:System.Data.dll
+LIB_REFS = System System.Xml System.Data
+LIB_MCS_FLAGS = /unsafe /r:$(corlib) -warn:1
 NO_TEST = yes
 
-ifeq (net_2_0, $(PROFILE))
-all-local install-local test-local run-test-local clean-local dist-local uninstall-local:
-else
+EXTRA_DISTFILES = ibm.pub
+
 include ../../build/library.make
-endif