2010-10-12 23:56:13 +00:00
|
|
|
--- mono-2.8/mono/metadata/Makefile.am 2010-09-10 21:55:45.000000000 +0100
|
|
|
|
+++ mono-2.8/mono/metadata/Makefile-new.am 2010-09-15 13:47:56.378549804 +0100
|
2009-10-04 15:17:20 +00:00
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
AM_CFLAGS = -O
|
|
|
|
else
|
|
|
|
|
|
|
|
-assembliesdir = $(exec_prefix)/lib
|
2010-10-12 23:56:13 +00:00
|
|
|
+assembliesdir = @LIBDIR@
|
2009-10-04 15:17:20 +00:00
|
|
|
confdir = $(sysconfdir)
|
|
|
|
unix_sources = \
|
|
|
|
console-unix.c
|
2010-10-12 23:56:13 +00:00
|
|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libmonoruntime.la libmonoruntime-static.la $(sgen_libraries)
|
2009-10-04 15:17:20 +00:00
|
|
|
|
|
|
|
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_CFG_DIR=\"$(confdir)\"
|
|
|
|
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_CFG_DIR=\"$(confdir)\" -DMONO_RELOC_LIBDIR=\"$(reloc_libdir)\"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Make sure any prefix changes are updated in the binaries too.
|
2010-10-12 23:56:13 +00:00
|
|
|
--- mono-2.8/mono/metadata/Makefile.in 2010-09-10 21:58:23.000000000 +0100
|
|
|
|
+++ mono-2.8/mono/metadata/Makefile-new.in 2010-09-15 13:51:58.500133920 +0100
|
|
|
|
@@ -713,7 +713,7 @@
|
2009-10-04 15:17:20 +00:00
|
|
|
# The files that use MONO_ASSEMBLIES and/or MONO_CFG_DIR replace the
|
|
|
|
# / by \ if running under WIN32.
|
2010-10-12 23:56:13 +00:00
|
|
|
@CROSS_COMPILING_TRUE@@HOST_WIN32_TRUE@assembliesdir = ${libdir}
|
|
|
|
-@HOST_WIN32_FALSE@assembliesdir = $(exec_prefix)/lib
|
|
|
|
+@HOST_WIN32_FALSE@assembliesdir = @LIBDIR@
|
|
|
|
@CROSS_COMPILING_FALSE@@HOST_WIN32_TRUE@confdir = `cygpath -m "${sysconfdir}"`
|
|
|
|
@CROSS_COMPILING_TRUE@@HOST_WIN32_TRUE@confdir = ${sysconfdir}
|
|
|
|
@HOST_WIN32_FALSE@confdir = $(sysconfdir)
|
|
|
|
@@ -730,7 +730,7 @@
|
2009-10-04 15:17:20 +00:00
|
|
|
#
|
2010-10-12 23:56:13 +00:00
|
|
|
@SUPPORT_SGEN_TRUE@sgen_libraries = libmonoruntimesgen.la libmonoruntimesgen-static.la
|
|
|
|
noinst_LTLIBRARIES = libmonoruntime.la libmonoruntime-static.la $(sgen_libraries)
|
2009-10-04 15:17:20 +00:00
|
|
|
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_CFG_DIR=\"$(confdir)\"
|
|
|
|
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_CFG_DIR=\"$(confdir)\" -DMONO_RELOC_LIBDIR=\"$(reloc_libdir)\"
|
|
|
|
CLEANFILES = mono-bundle.stamp
|
|
|
|
libmonoruntime_static_la_LIBADD = $(bundle_obj) $(libmonoruntime_la_LIBADD)
|
|
|
|
null_sources = \
|