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:
authorPaolo Molaro <lupus@oddwiz.org>2006-08-22 19:18:01 +0400
committerPaolo Molaro <lupus@oddwiz.org>2006-08-22 19:18:01 +0400
commit39ac56b418853800a474a142fec166a88e1202e8 (patch)
tree0628407c7c1e363df0e571c5ecb767f4387713b8 /ikvm-native
parent5d8a987d00f97ab0a2bf9fb0afaa5d9539f3c6b9 (diff)
Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
* Makefile.am: link to libgmodule (patch by Alexander Larsson alexl@redhat.com). svn path=/trunk/mono/; revision=64192
Diffstat (limited to 'ikvm-native')
-rw-r--r--ikvm-native/ChangeLog6
-rw-r--r--ikvm-native/Makefile.am1
2 files changed, 7 insertions, 0 deletions
diff --git a/ikvm-native/ChangeLog b/ikvm-native/ChangeLog
index 8c342123c26..4631eaedaf1 100644
--- a/ikvm-native/ChangeLog
+++ b/ikvm-native/ChangeLog
@@ -1,3 +1,9 @@
+
+Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+ * Makefile.am: link to libgmodule (patch by Alexander Larsson
+ alexl@redhat.com).
+
2005-06-08 Ben Maurer <bmaurer@ximian.com>
* Makefile.am: Avoid versioning. We aren't going to be a strongly
diff --git a/ikvm-native/Makefile.am b/ikvm-native/Makefile.am
index 7ffce27ea84..c670516a589 100644
--- a/ikvm-native/Makefile.am
+++ b/ikvm-native/Makefile.am
@@ -6,3 +6,4 @@ lib_LTLIBRARIES = libikvm-native.la
libikvm_native_la_SOURCES = jni.c os.c jni.h
libikvm_native_la_LDFLAGS = -avoid-version
+libikvm_native_la_LIBADD = $(GMODULE_LIBS)