Use libtool to compile cacao libraries. We need to combine some libraries to better...
[cacao.git] / src / vm / jit / inline / Makefile.am
index 2e7a33277daf5b6df1b41900bbdc3941cefb181a..f8d2c92ca416859ca0541b549997e29be2f2cfb6 100644 (file)
 ##
 ## 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
 
 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
 
-noinst_LIBRARIES = libinline.a
+noinst_LTLIBRARIES = libinline.la
 
-libinline_a_SOURCES = \
+libinline_la_SOURCES = \
        inline.c \
        inline.h \
        parseRT.c \