X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmonograph%2FMakefile.am;h=1aebdc8dc66dd9cc02a61a912dac388a7660c5e3;hb=faa646abccbaeec6c24570c227efbb9c8697aa63;hp=691f977d0437d0d82c737a9b50468a8979cd4d93;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mono/monograph/Makefile.am b/mono/monograph/Makefile.am index 691f977d043..1aebdc8dc66 100644 --- a/mono/monograph/Makefile.am +++ b/mono/monograph/Makefile.am @@ -1,10 +1,10 @@ -if PLATFORM_WIN32 +if HOST_WIN32 export HOST_CC endif if JIT_SUPPORTED -runtime_lib=../mini/libmono.la +runtime_lib=../mini/libmono-$(API_VER).la else runtime_lib=../interpreter/libmint.la endif @@ -13,13 +13,12 @@ bin_PROGRAMS = monograph INCLUDES = \ -I$(top_srcdir) \ - $(GMODULE_CFLAGS) \ $(GLIB_CFLAGS) monograph_LDADD = \ $(runtime_lib) \ $(GLIB_LIBS) \ - $(GMODULE_LIBS) \ + $(LLVM_LIBS) \ -lm GRAPHS=System.Object System.Enum System.Attribute System.ValueType System.Reflection.MemberInfo