* Makefile.am: link to libgmodule (patch by Alexander Larsson [email protected]). svn path=/trunk/mono/; revision=64192
@@ -1,3 +1,9 @@
+
+Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <[email protected]>
+ * Makefile.am: link to libgmodule (patch by Alexander Larsson
+ [email protected]).
2005-06-08 Ben Maurer <[email protected]>
* Makefile.am: Avoid versioning. We aren't going to be a strongly
@@ -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)