X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2FMakefile.am;h=ce48bfff76f1f82a75b9aca5e1209cc6f3469d3c;hb=976ff9a651cac48e31d37dc91e82f2e488c45ea3;hp=e6eab136d39025568eb93d1115d27be14377eb59;hpb=7933b38c4e2dd2621f00fb02bf50f4a400bc31c2;p=cacao.git diff --git a/src/vm/jit/Makefile.am b/src/vm/jit/Makefile.am index e6eab136d..ce48bfff7 100644 --- a/src/vm/jit/Makefile.am +++ b/src/vm/jit/Makefile.am @@ -148,8 +148,8 @@ noinst_LTLIBRARIES = \ libjit.la libjit_la_SOURCES = \ - argument.c \ - argument.h \ + argument.cpp \ + argument.hpp \ builtin.cpp \ builtin.hpp \ builtintable.inc \ @@ -169,8 +169,8 @@ libjit_la_SOURCES = \ executionstate.h \ jit.cpp \ jit.hpp \ - linenumbertable.c \ - linenumbertable.h \ + linenumbertable.cpp \ + linenumbertable.hpp \ methodtree.c \ methodtree.h \ parse.c \ @@ -180,8 +180,8 @@ libjit_la_SOURCES = \ $(RECOMPILE_SOURCES) \ $(REG_SOURCES) \ $(REPLACE_SOURCES) \ - show.c \ - show.h \ + show.cpp \ + show.hpp \ $(STACK_SOURCES) \ stacktrace.cpp \ stacktrace.hpp \