Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mono / monograph / Makefile.am
index 64fe072e9a09d9c1623d585fbaf01994761a3c37..585b5641829af3d4668b8035161874947dca3cea 100644 (file)
@@ -24,10 +24,17 @@ else
 runtime_lib=../interpreter/libmint.la
 endif
 
+if DISABLE_EXECUTABLES
+bin_PROGRAMS =
+else
 if DISABLE_LIBRARIES
+bin_PROGRAMS =
 else
+if SUPPORT_BOEHM
 bin_PROGRAMS = monograph
 endif
+endif
+endif
 
 AM_CPPFLAGS =                          \
        -I$(top_srcdir)                 \