* src/native/vm/Makefile.am: Build fix.
[cacao.git] / src / native / vm / Makefile.am
index 41a8fcd5e5268201aba674a5c08eee4e83500a47..065426fbd7319652189bdb8f7d71129e50f82a10 100644 (file)
@@ -27,8 +27,8 @@ LIBS =
 
 DIST_SUBDIRS = \
        cldc1.1 \
-       gnu \
-       sun
+       gnuclasspath \
+       openjdk
 
 if WITH_JAVA_RUNTIME_LIBRARY_CLDC1_1
 SUBDIRS = \
@@ -40,36 +40,36 @@ endif
 
 if WITH_JAVA_RUNTIME_LIBRARY_GNU_CLASSPATH
 SUBDIRS = \
-       gnu
+       gnuclasspath
 
 NATIVEVM_LIB = \
-       gnu/libnativevmcore.la
+       gnuclasspath/libnativevmcore.la
 endif
 
 if WITH_JAVA_RUNTIME_LIBRARY_OPENJDK
 SUBDIRS = \
-       sun
+       openjdk
 
 NATIVEVM_LIB = \
-       sun/libnativevmcore.la
+       openjdk/libnativevmcore.la
 endif
 
 if ENABLE_JAVASE
-REFLECT_SOURCES = \
-       reflect.c \
-       reflect.h
+REFLECTION_SOURCES = \
+       reflection.cpp \
+       reflection.hpp
 
 SUN_MISC_UNSAFE_SOURCES = \
-       sun_misc_Unsafe.c
+       sun_misc_Unsafe.cpp
 endif
 
 noinst_LTLIBRARIES = \
        libnativevm.la
 
 libnativevm_la_SOURCES = \
-       nativevm.c \
+       nativevm.cpp \
        nativevm.h \
-       $(REFLECT_SOURCES) \
+       $(REFLECTION_SOURCES) \
        $(SUN_MISC_UNSAFE_SOURCES)
 
 libnativevm_la_LIBADD = \