Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Transactions/Makefile')
-rw-r--r--mcs/class/System.Transactions/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Transactions/Makefile b/mcs/class/System.Transactions/Makefile
index 11d78be67c4..66837a21808 100644
--- a/mcs/class/System.Transactions/Makefile
+++ b/mcs/class/System.Transactions/Makefile
@@ -6,8 +6,10 @@ MOBILE_PROFILE := $(filter monotouch monodroid xammac mobile mobile_static, $(PR
LIBRARY = System.Transactions.dll
ifdef MOBILE_PROFILE
+LIB_REFS = System
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /define:MOBILE
else
+LIB_REFS = System System.Configuration
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Configuration.dll
endif