Merge pull request #1196 from tritao/master
[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_MCS_FLAGS = -r:System.dll -warn:1
7
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9
10 EXTRA_DISTFILES = README
11
12 include ../../build/library.make
13