* src/vm/hook.hpp: Added new file for hook points.
[cacao.git] / src / vm / Makefile.am
index 7830a5a19c566886a09d5b37f318c04a3d420c58..93778b11e762e2cc439599978f2f8b38141f66cb 100644 (file)
@@ -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 \