Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / System.Json / Makefile
1 thisdir = class/System.Json
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Json.dll
6 LIB_REFS = System System.Xml System.Core
7 KEYFILE = ../winfx.pub
8 LIB_MCS_FLAGS =
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11
12 EXTRA_DISTFILES =
13
14 include ../../build/library.make