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/Makefile')
-rw-r--r--mcs/class/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 70211dc1f21..5c9688b78d7 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -70,6 +70,8 @@ monodroid_dirs := \
monotouch_dirs := \
$(mobile_static_dirs)
+monotouch_watch_dirs := $(monotouch_dirs)
+
monotouch_runtime_dirs := \
corlib \
System \
@@ -265,6 +267,7 @@ xbuild_4_0_dirs := \
monodroid_SUBDIRS := $(monodroid_dirs)
monotouch_SUBDIRS := $(monotouch_dirs)
+monotouch_watch_SUBDIRS := $(monotouch_watch_dirs)
monotouch_runtime_SUBDIRS := $(monotouch_runtime_dirs)
mobile_static_SUBDIRS := $(mobile_static_dirs)
mobile_SUBDIRS := $(mobile_dynamic_dirs)