* Removed all Id tags.
[cacao.git] / src / vm / Makefile.am
index 96c6400358fc3c44ec16046aa14e4f662d312197..34cdc2a2cceb332bcb0fbead6721eb69d5d193d8 100644 (file)
@@ -21,8 +21,6 @@
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## $Id: Makefile.am 7869 2007-05-05 08:08:49Z pm $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -48,6 +46,8 @@ noinst_LTLIBRARIES = \
 libvm_la_SOURCES = \
        access.c \
        access.h \
+       array.c \
+       array.h \
        builtin.c \
        builtin.h \
        builtintable.inc \
@@ -59,6 +59,8 @@ libvm_la_SOURCES = \
        initialize.c \
        initialize.h \
        jit_interface.h \
+       primitive.c \
+       primitive.h \
        properties.c \
        properties.h \
        resolve.c \