* asm_calljavafunction: Set noreorder so computing pv is correct.
[cacao.git] / src / vm / Makefile.am
index ef1d4c57d9c7b20641f6173969b3032bd2227b03..e497080c6c62ed1af2b52e66aec4a029f4f27620 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3006 2005-07-12 19:50:26Z twisti $
+## $Id: Makefile.am 3544 2005-11-03 20:35:18Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -48,7 +48,9 @@ ZLIB_OBJ = \
        unzip.h
 endif
 
-noinst_HEADERS = global.h
+noinst_HEADERS = \
+       global.h \
+       types.h
 
 noinst_LTLIBRARIES = libvmcore.la libvm.la
 
@@ -66,6 +68,8 @@ libvmcore_la_SOURCES = \
        descriptor.h \
        field.c \
        field.h \
+       finalizer.c \
+       finalizer.h \
        initialize.c \
        initialize.h \
        linker.c \