Merge pull request #1693 from Garciat/fix-assembly-get-satellite
[mono.git] / mcs / class / SMDiagnostics / Makefile
1 thisdir = class/SMDiagnostics
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = SMDiagnostics.dll
6 LIB_REFS = System System.Core System.Xml System.ServiceModel.Internals
7 LIB_MCS_FLAGS =
8 ifneq (2.1, $(FRAMEWORK_VERSION))
9         LIB_REFS += System.Configuration
10 else
11         LIB_MCS_FLAGS += -d:NO_CONFIGURATION
12 endif
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15
16 EXTRA_DISTFILES = 
17
18 include ../../build/library.make