X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tools%2Fmonograph%2FMakefile.am;h=1a53e3772b7a01686881710930f90104034ccfda;hb=5afd4aa990748d9754b2590d5e50941b2ecb262a;hp=123d63d2fb1e4353e385d15752b59816663d5417;hpb=1639e26a6b22a59d0bfb8ad564530eeff593e4a3;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