(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Mono.Data.DB2Client / Makefile
blobdec895f9d4e6b462baefd833ac324f0850ed2fdf
1 thisdir = class/Mono.Data.DB2Client
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Data.DB2Client.dll
6 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll \
7 /r:System.Xml.dll /r:System.Data.dll
8 NO_TEST = yes
10 EXTRA_DISTFILES = \
11 Test/TestDB2Conn/App.ico \
12 Test/TestDB2Conn/AssemblyInfo.cs \
13 Test/TestDB2Conn/ChangeLog \
14 Test/TestDB2Conn/TestDB2Conn.cs
16 include ../../build/library.make