X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2FMakefile.am;h=2d4f2c48dd93f03f2562f6e170c788e287ac0a35;hb=0775e531232398c8363a68846224bd86e859e322;hp=4dd35b7777dffcaf8468de71eaf49b9965f24311;hpb=bbc14f3688db91816c8112c1a899c9a44c7305af;p=cacao.git diff --git a/src/vm/Makefile.am b/src/vm/Makefile.am index 4dd35b777..2d4f2c48d 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,21 +83,24 @@ libvm_la_SOURCES = \ array.cpp \ array.hpp \ $(ASSERTION_SOURCES) \ + breakpoint.hpp \ class.cpp \ class.hpp \ classcache.cpp \ classcache.hpp \ $(CYCLES_STATS_SOURCES) \ - descriptor.c \ - descriptor.h \ + descriptor.cpp \ + descriptor.hpp \ exceptions.cpp \ exceptions.hpp \ field.cpp \ field.hpp \ - finalizer.c \ - finalizer.h \ + finalizer.cpp \ + finalizer.hpp \ globals.cpp \ globals.hpp \ + hook.cpp \ + hook.hpp \ initialize.cpp \ initialize.hpp \ javaobjects.cpp \ @@ -122,8 +125,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 \