Added class.[ch], string.[ch], utf8.[ch]
authortwisti <none@none>
Thu, 10 Feb 2005 10:57:02 +0000 (10:57 +0000)
committertwisti <none@none>
Thu, 10 Feb 2005 10:57:02 +0000 (10:57 +0000)
src/vm/Makefile.am

index 8618cd9499b6ebc7a8f9ae7a52aae4bf3fe65210..caf921b743da51adef6f0d7a9337d9d5f498b720 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1735 2004-12-07 14:33:27Z twisti $
+## $Id: Makefile.am 1932 2005-02-10 10:57:02Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -49,6 +49,8 @@ noinst_LTLIBRARIES = libvmcore.la libvm.la
 libvmcore_la_SOURCES = \
        builtin.c \
        builtin.h \
+       class.c \
+       class.h \
        exceptions.c \
        exceptions.h \
        loader.c \
@@ -57,8 +59,12 @@ libvmcore_la_SOURCES = \
        options.h \
        statistics.c \
        statistics.h \
+       string.c \
+       string.h \
        tables.c \
        tables.h \
+       utf8.c \
+       utf8.h \
        $(ZLIB_OBJ)
 
 libvm_la_SOURCES =