* src/vm/assertion.c: Moved to .cpp.
[cacao.git] / src / vm / Makefile.am
index 97b04c69acbdfd088c35d339a0e8f9454803b011..6822026cd0f54f3349984164dae4f52d3b2f6309 100644 (file)
@@ -29,8 +29,8 @@ SUBDIRS = jit
 
 if ENABLE_ASSERTION
 ASSERTION_SOURCES = \
-       assertion.c \
-       assertion.h
+       assertion.cpp \
+       assertion.hpp
 endif
 
 if ENABLE_CYCLES_STATS