Store forwarding address in the same word as the forwarding bit.
[mono.git] / mono / monograph / Makefile.am
index 691f977d0437d0d82c737a9b50468a8979cd4d93..1aebdc8dc66dd9cc02a61a912dac388a7660c5e3 100644 (file)
@@ -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