[Profiler] Use the correct function to increment the refcount
[mono.git] / mcs / class / System.Xml.Linq / Makefile
1 thisdir = class/System.Xml.Linq
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Xml.Linq.dll
6 LIB_REFS = System System.Core System.Xml System.Runtime.Serialization
7 LIB_MCS_FLAGS =
8
9 ifeq (2.1, $(FRAMEWORK_VERSION))
10 LIB_MCS_FLAGS += -d:MONO_HYBRID_SYSTEM_XML
11 endif
12
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
14
15 EXTRA_DISTFILES =
16
17 include ../../build/library.make