X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FIBM.Data.DB2%2FMakefile;h=732087d903e16fd8ff8484e352dd2440285fe2e0;hb=b26f7890202f367223a1cb48625aee8b43f1b45f;hp=adf7533c68421be3e1c795de93d85f94bfdb0442;hpb=dac1a705ea8721eeff8b2a91da1747d04706f0bb;p=mono.git diff --git a/mcs/class/IBM.Data.DB2/Makefile b/mcs/class/IBM.Data.DB2/Makefile index adf7533c684..732087d903e 100644 --- a/mcs/class/IBM.Data.DB2/Makefile +++ b/mcs/class/IBM.Data.DB2/Makefile @@ -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