(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Mono.Data.SqliteClient / Makefile
blob25440dc0f2c4487727792839e243170b89862464
1 thisdir = class/Mono.Data.SqliteClient
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Data.SqliteClient.dll
6 LIB_MCS_FLAGS = /unsafe /r:System.dll /r:System.Data.dll
7 NO_TEST = yes
9 EXTRA_DISTFILES = Test/SqliteTest.cs
11 include ../../build/library.make