New test.
[mono.git] / mcs / class / System.Configuration.Install / Makefile
1 thisdir = class/System.Configuration.Install
2 include ../../build/rules.make
3
4 LIBRARY = System.Configuration.Install.dll
5 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
6
7 NO_TEST = yes
8
9 include ../../build/library.make