Merge pull request #1972 from esdrubal/proc_pidpath
[mono.git] / runtime / Makefile.am
index 5c1cb7cee5eb79460fcd343ab05c4ab09adfe674..f72e5934198cd5fa58cbfae02c5b25abb2f80f29 100644 (file)
@@ -37,7 +37,11 @@ build_profiles += monodroid
 endif
 
 if INSTALL_MONOTOUCH
-build_profiles += monotouch monotouch_runtime monotouch_watch
+build_profiles += monotouch monotouch_runtime
+endif
+
+if INSTALL_MONOTOUCH_WATCH
+build_profiles += monotouch_watch
 endif
 
 if INSTALL_XAMMAC