[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.ComponentModel.DataAnnotations / Makefile
blobb524628818315e9f9c72365fe5bd97bded236e2c
1 thisdir = class/System.ComponentModel.DataAnnotations
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.ComponentModel.DataAnnotations.dll
6 LIB_REFS = System System.Core System.Data System.Xml
7 LIB_MCS_FLAGS =
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11 RESOURCE_STRINGS = ../../../external/referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt
13 include ../../build/library.make