2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Configuration.Install / Makefile
1 thisdir = class/System.Configuration.Install
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Configuration.Install.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
7 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
8
9 EXTRA_DISTFILES = Test/ChangeLog
10
11 include ../../build/library.make