[eglib] Prefer <langinfo.h> to <localcharset.h>
[mono.git] / mcs / class / System.Web.Abstractions / Makefile
1 thisdir = class/System.Web.Abstractions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Abstractions.dll
6 LIB_REFS = System System.Core System.Web
7 LIB_MCS_FLAGS =
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES =
12
13 # This is a .NET 3.5+ assembly
14 VALID_PROFILE := $(filter net_4_5, $(PROFILE))
15 ifndef VALID_PROFILE
16 LIBRARY_NAME = dummy-System.Web.Abstractions.dll
17 NO_INSTALL = yes
18 NO_SIGN_ASSEMBLY = yes
19 NO_TEST = yes
20 endif
21
22 include ../../build/library.make