[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono.git] / mcs / class / Mono.WebBrowser / Makefile
1 thisdir = class/Mono.WebBrowser
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.WebBrowser.dll
6 LIB_REFS = System
7 LIB_MCS_FLAGS = -warn:1
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES = README
12
13 include ../../build/library.make
14