* src/vm/annotation.c: Moved to C++.
[cacao.git] / src / vm / Makefile.am
index 7480e961b420f6de84b5aa1c3e86ca89037b5257..7830a5a19c566886a09d5b37f318c04a3d420c58 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 = \