fcami / rpms / mono

Forked from rpms/mono 3 years ago
Clone
Paul F. Johnson 7b91332
--- mono-2.0/mono/metadata/Makefile.am	2008-08-03 13:29:57.000000000 +0100
Paul F. Johnson 7b91332
+++ mono-2.0/mono/metadata/Makefile-new.am	2008-08-03 15:50:47.000000000 +0100
Paul F. Johnson 7b91332
@@ -9,7 +9,7 @@
Paul F. Johnson 7b91332
 # optimisation is required to actually inline them
Paul F. Johnson 7b91332
 AM_CFLAGS = -O
Paul F. Johnson 7b91332
 else
Paul F. Johnson 7b91332
-assembliesdir = $(exec_prefix)/lib
Paul F. Johnson 7b91332
+assembliesdir = $(libdir)
Paul F. Johnson 7b91332
 confdir = $(sysconfdir)
Paul F. Johnson 7b91332
 endif
Paul F. Johnson 7b91332
 
Paul F. Johnson f7824fe
@@ -21,7 +21,7 @@
Paul F. Johnson f7824fe
 #
Paul F. Johnson f7824fe
 noinst_LTLIBRARIES = libmonoruntime.la libmonoruntime-static.la
Paul F. Johnson f7824fe
 
Paul F. Johnson f7824fe
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_CFG_DIR=\"$(confdir)\"
Paul F. Johnson f7824fe
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) -DMONO_BINDIR=\"$(bindir)/\" -DMONO_ASSEMBLIES=\"$(assembliesdir)\" -DMONO_RELOC_LIBDIR=\"$(reloc_libdir)\" -DMONO_CFG_DIR=\"$(confdir)\"
Paul F. Johnson f7824fe
 
Paul F. Johnson f7824fe
 #
Paul F. Johnson f7824fe
 # Make sure any prefix changes are updated in the binaries too.