[profiler] Don't build the profiler on Windows.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 18 Mar 2015 16:25:27 +0000 (17:25 +0100)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 18 Mar 2015 16:25:27 +0000 (17:25 +0100)
mono/profiler/Makefile.am

index e08018b3edb71eea364430e6ee05687a12e1cdcc..63c62f015b268c91ee1ded40ae302047c199e0b9 100644 (file)
@@ -9,6 +9,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)         \
        $(GLIB_CFLAGS)
 
+if !HOST_WIN32
 if !DISABLE_LIBRARIES
 if !DISABLE_PROFILER
 bin_PROGRAMS = mprof-report
@@ -28,6 +29,7 @@ libmono_profiler_log_la_LDFLAGS = -avoid-version
 endif
 endif
 endif
+endif
 
 if HAVE_OPROFILE
 # Do something that uses OPROFILE_CFLAGS and OPROFILE_LIBS