2
0
Эх сурвалжийг харах

Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <[email protected]>

	* Makefile.am: link to libgmodule (patch by Alexander Larsson
	[email protected]).


svn path=/trunk/mono/; revision=64192
Paolo Molaro 19 жил өмнө
parent
commit
39ac56b418

+ 6 - 0
ikvm-native/ChangeLog

@@ -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

+ 1 - 0
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)