Skip to content

Commit

Permalink
2005-06-08 Ben Maurer <bmaurer@ximian.com>
Browse files Browse the repository at this point in the history
	* Makefile.am: Avoid versioning. We aren't going to be a strongly
	versioned lib.


svn path=/trunk/mono/; revision=45663
  • Loading branch information
Ben Maurer committed Jun 8, 2005
1 parent dab7658 commit 83f49b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ikvm-native/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions ikvm-native/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 83f49b6

Please sign in to comment.