* src/native/vm/Makefile.am: Build fix.
authorStefan Ring <stefan@complang.tuwien.ac.at>
Wed, 17 Sep 2008 14:38:53 +0000 (16:38 +0200)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Wed, 17 Sep 2008 14:38:53 +0000 (16:38 +0200)
src/native/vm/Makefile.am

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