Merge pull request #1870 from saper/langinfo_h
[mono.git] / mcs / class / System.Web.Routing / Makefile
1 thisdir = class/System.Web.Routing
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Routing.dll
6 LIB_REFS = System System.Core System.Web System.Web.Abstractions
7 LIB_MCS_FLAGS = 
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES =
12
13 include ../../build/library.make