* src/vm/hook.hpp: Added new file for hook points.
[cacao.git] / src / vm / Makefile.am
index 7480e961b420f6de84b5aa1c3e86ca89037b5257..93778b11e762e2cc439599978f2f8b38141f66cb 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,7 @@ libvm_la_SOURCES = \
        finalizer.hpp \
        globals.cpp \
        globals.hpp \
+       hook.hpp \
        initialize.cpp \
        initialize.hpp \
        javaobjects.cpp \