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:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-08 23:04:06 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-08 23:04:06 +0400
commit83f49b645f88e3d67bd6e1d4758de3dc533cc908 (patch)
treebab9170bb76f303a11bf6967bb8cfe681d7a7624 /ikvm-native
parentdab76583505a3ae46d02774359c20f2ab4570e77 (diff)
2005-06-08 Ben Maurer <bmaurer@ximian.com>
* Makefile.am: Avoid versioning. We aren't going to be a strongly versioned lib. svn path=/trunk/mono/; revision=45663
Diffstat (limited to 'ikvm-native')
-rw-r--r--ikvm-native/ChangeLog5
-rw-r--r--ikvm-native/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ikvm-native/ChangeLog b/ikvm-native/ChangeLog
index 851b639ebd6..8c342123c26 100644
--- a/ikvm-native/ChangeLog
+++ b/ikvm-native/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-08 Ben Maurer <bmaurer@ximian.com>
+
+ * Makefile.am: Avoid versioning. We aren't going to be a strongly
+ versioned lib.
+
2005-05-03 Zoltan Varga <vargaz@freemail.hu>
* os.c: Update from the official version.
diff --git a/ikvm-native/Makefile.am b/ikvm-native/Makefile.am
index 1ab4df1e0fe..7ffce27ea84 100644
--- a/ikvm-native/Makefile.am
+++ b/ikvm-native/Makefile.am
@@ -4,3 +4,5 @@ INCLUDES = $(GMODULE_CFLAGS)
lib_LTLIBRARIES = libikvm-native.la
libikvm_native_la_SOURCES = jni.c os.c jni.h
+
+libikvm_native_la_LDFLAGS = -avoid-version