2005-09-22 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Xml.XLinq / Makefile
1 thisdir = class/System.Xml.XLinq
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Xml.XLinq.dll
6 LIB_MCS_FLAGS = \
7                 /r:System.dll \
8                 /r:System.Xml.dll \
9                 /d:LIST_BASED
10
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
12
13 EXTRA_DISTFILES =
14
15 include ../../build/library.make