X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2FMakefile.am;h=f443c78cd29ae33b26822dbd801abeb94ad08b04;hb=32c007e8b0b9ab31ddb0c30d7aa0428546d1dffd;hp=677a10663202619f0175946ec45fcf9f7a6cb1ac;hpb=449e2443bf21e8dd7f3b7e877c558840cf6bd338;p=cacao.git diff --git a/src/vm/Makefile.am b/src/vm/Makefile.am index 677a10663..f443c78cd 100644 --- a/src/vm/Makefile.am +++ b/src/vm/Makefile.am @@ -42,8 +42,8 @@ endif if ENABLE_JAVASE if ENABLE_ANNOTATIONS ANNOTATION_SOURCES = \ - annotation.c \ - annotation.h + annotation.cpp \ + annotation.hpp endif STACKMAP_SOURCES = \ @@ -83,6 +83,7 @@ libvm_la_SOURCES = \ array.cpp \ array.hpp \ $(ASSERTION_SOURCES) \ + breakpoint.hpp \ class.cpp \ class.hpp \ classcache.cpp \ @@ -122,8 +123,8 @@ libvm_la_SOURCES = \ resolve.cpp \ resolve.hpp \ $(RT_TIMING_SOURCES) \ - signal.c \ - signallocal.h \ + signal.cpp \ + signallocal.hpp \ $(STACKMAP_SOURCES) \ $(STATISTICS_SOURCES) \ string.cpp \