Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Tue, 22 Aug 2006 15:18:01 +0000 (15:18 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Tue, 22 Aug 2006 15:18:01 +0000 (15:18 -0000)
* Makefile.am: link to libgmodule (patch by Alexander Larsson
alexl@redhat.com).

svn path=/trunk/mono/; revision=64192

ikvm-native/ChangeLog
ikvm-native/Makefile.am

index 8c342123c264cae114e1c0b17f4d6ef45dc19d15..4631eaedaf15608992826053f34590d2a22d5a86 100644 (file)
@@ -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
index 7ffce27ea84d4e99dc4c246b4f0e3ae5ffa9a8df..c670516a5897f41f2286b6f46a930227a6623483 100644 (file)
@@ -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)