X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmonograph%2FMakefile.am;h=585b5641829af3d4668b8035161874947dca3cea;hb=a2dd3db49b50b6235d34ff1edd7e492adbdf5d72;hp=64fe072e9a09d9c1623d585fbaf01994761a3c37;hpb=8bb9b4409d3f73fdf5ec2afc3b9add6bd33f712f;p=mono.git diff --git a/mono/monograph/Makefile.am b/mono/monograph/Makefile.am index 64fe072e9a0..585b5641829 100644 --- a/mono/monograph/Makefile.am +++ b/mono/monograph/Makefile.am @@ -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) \