From 83f49b645f88e3d67bd6e1d4758de3dc533cc908 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Wed, 8 Jun 2005 19:04:06 +0000 Subject: 2005-06-08 Ben Maurer * Makefile.am: Avoid versioning. We aren't going to be a strongly versioned lib. svn path=/trunk/mono/; revision=45663 --- ikvm-native/ChangeLog | 5 +++++ ikvm-native/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) (limited to 'ikvm-native') 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 + + * Makefile.am: Avoid versioning. We aren't going to be a strongly + versioned lib. + 2005-05-03 Zoltan Varga * 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 -- cgit v1.2.3