* configure.ac: New switch for disabling -O2 (--disable-optimizations).
[cacao.git] / src / vm / Makefile.am
index 7480e961b420f6de84b5aa1c3e86ca89037b5257..2d4f2c48dd93f03f2562f6e170c788e287ac0a35 100644 (file)
@@ -42,8 +42,8 @@ endif
 if ENABLE_JAVASE
 if ENABLE_ANNOTATIONS
 ANNOTATION_SOURCES = \
-       annotation.c \
-       annotation.h
+       annotation.cpp \
+       annotation.hpp
 endif
 
 STACKMAP_SOURCES = \
@@ -83,6 +83,7 @@ libvm_la_SOURCES = \
        array.cpp \
        array.hpp \
        $(ASSERTION_SOURCES) \
+       breakpoint.hpp \
        class.cpp \
        class.hpp \
        classcache.cpp \
@@ -98,6 +99,8 @@ libvm_la_SOURCES = \
        finalizer.hpp \
        globals.cpp \
        globals.hpp \
+       hook.cpp \
+       hook.hpp \
        initialize.cpp \
        initialize.hpp \
        javaobjects.cpp \