* src/vm/jit/emit-common.c: Moved to .cpp.
[cacao.git] / src / vm / jit / Makefile.am
index 3e9b34e4cc862b79cea5da263eb64b9d190c60f7..ca4879870cd7d3885861fdd940d171391db22be1 100644 (file)
@@ -161,8 +161,8 @@ libjit_la_SOURCES = \
        $(DISASS_SOURCES) \
        dseg.c \
        dseg.h \
-       emit-common.c \
-       emit-common.h \
+       emit-common.cpp \
+       emit-common.hpp \
        exceptiontable.c \
        exceptiontable.h \
        executionstate.c \