* src/native/vm/Makefile.am (libnativevm_la_SOURCES): Fixed nativevm
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Wed, 17 Sep 2008 14:47:23 +0000 (16:47 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Wed, 17 Sep 2008 14:47:23 +0000 (16:47 +0200)
filenames.

src/native/vm/Makefile.am

index 251f8212a984f157a235ac9f3d52a36c02e9d259..f7f843f7a213a03c7f5a3d8eb8dd86549317179e 100644 (file)
@@ -67,8 +67,8 @@ noinst_LTLIBRARIES = \
        libnativevm.la
 
 libnativevm_la_SOURCES = \
-       nativevm.c \
-       nativevm.h \
+       nativevm.cpp \
+       nativevm.hpp \
        $(REFLECTION_SOURCES) \
        $(SUN_MISC_UNSAFE_SOURCES)