Use libtool to compile cacao libraries. We need to combine some libraries to better...
[cacao.git] / src / native / vm / Makefile.am
index 36af5904ebadc9b1fdd96585e59305c500e30f67..3ba0b89fefa08989cde599f06cf94fa93102fdaf 100644 (file)
@@ -1,3 +1,5 @@
+## src/native/vm/Makefile.am
+##
 ## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
 ## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
 ## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
@@ -26,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1676 2004-12-03 16:52:15Z twisti $
+## $Id: Makefile.am 1699 2004-12-06 12:44:24Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -34,9 +36,9 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
 
 CLEANFILES = implementednatives.data
 
-noinst_LIBRARIES = libnativevm.a
+noinst_LTLIBRARIES = libnativevm.la
 
-libnativevm_a_SOURCES = \
+libnativevm_la_SOURCES = \
        Constructor.c \
        Field.c \
        Method.c \