X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tools%2Fmonograph%2FMakefile.am;h=1a53e3772b7a01686881710930f90104034ccfda;hb=5e6e6df993b06dd74970f9ac00048a63c77859fc;hp=123d63d2fb1e4353e385d15752b59816663d5417;hpb=c1d81649cc1d16ee47bd6fb951e220d8aba6a1d0;p=mono.git diff --git a/tools/monograph/Makefile.am b/tools/monograph/Makefile.am index 123d63d2fb1..1a53e3772b7 100644 --- a/tools/monograph/Makefile.am +++ b/tools/monograph/Makefile.am @@ -6,18 +6,13 @@ endif if DISABLE_EXECUTABLES runtime_lib=$(top_builddir)/mono/mini/$(LIBMONO_LA) $(static_libs) else -if !SHARED_MONO static_libs= \ - $(top_builddir)/mono/metadata/libmonoruntime-static.la \ - $(top_builddir)/mono/io-layer/libwapi.la \ + $(top_builddir)/mono/metadata/libmonoruntimesgen-static.la \ $(top_builddir)/mono/utils/libmonoutils.la \ $(GLIB_LIBS) $(LIBICONV) \ $(LIBGC_STATIC_LIBS) runtime_lib=$(top_builddir)/mono/mini/$(LIBMONO_LA) $(static_libs) -else -runtime_lib=$(top_builddir)/mono/mini/$(LIBMONO_LA) -endif endif if DISABLE_EXECUTABLES @@ -26,7 +21,7 @@ else if DISABLE_LIBRARIES bin_PROGRAMS = else -if SUPPORT_BOEHM +if SUPPORT_SGEN bin_PROGRAMS = monograph endif endif