Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-30 04:23:41 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-30 04:23:41 +0400
commit637f7a92201461a411a225f40240b5e7cad88049 (patch)
treec36f602e3ae61643c5509f591c3e6662ac80daee
parent51a41340c6bfa0b4d1ae9b7718d1029b40409b3b (diff)
Mono 0.5
svn path=/trunk/mono/; revision=342
-rw-r--r--configure.in2
-rw-r--r--mono/cli/Makefile.am1
-rw-r--r--mono/metadata/Makefile.am1
-rw-r--r--mono/metadata/metadata.h2
-rw-r--r--mono/metadata/row-indexes.h (renamed from mono/metadata/row_indexes.h)0
5 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e8a9b0314d9..32ec6619b5d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(README)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.4)
+AM_INIT_AUTOMAKE(mono, 0.5)
AM_MAINTAINER_MODE
AC_PROG_CC
diff --git a/mono/cli/Makefile.am b/mono/cli/Makefile.am
index d7e54041c44..695e494e3a9 100644
--- a/mono/cli/Makefile.am
+++ b/mono/cli/Makefile.am
@@ -10,6 +10,7 @@ libmonocli_a_SOURCES = \
libmonocliincludedir = $(includir)/mono/cli
libmonocliinclude_HEADERS = \
+ class.h \
cli.h \
object.h \
types.h
diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am
index 4fc6eea8916..5c2c92a63e5 100644
--- a/mono/metadata/Makefile.am
+++ b/mono/metadata/Makefile.am
@@ -24,6 +24,7 @@ libmetadatainclude_HEADERS = \
image.h \
metadata.h \
rawbuffer.h \
+ row-indexes.h \
tabledefs.h \
tokentype.h
diff --git a/mono/metadata/metadata.h b/mono/metadata/metadata.h
index bd5f22c1a61..4f1081deab0 100644
--- a/mono/metadata/metadata.h
+++ b/mono/metadata/metadata.h
@@ -5,7 +5,7 @@
#include <glib.h>
#include <mono/metadata/blob.h>
-#include <mono/metadata/row_indexes.h>
+#include <mono/metadata/row-indexes.h>
#ifdef __GNUC__
#define MONO_ZERO_LEN_ARRAY 0
diff --git a/mono/metadata/row_indexes.h b/mono/metadata/row-indexes.h
index 9526b50d891..9526b50d891 100644
--- a/mono/metadata/row_indexes.h
+++ b/mono/metadata/row-indexes.h