* src/native/jni.h: Removed.
[cacao.git] / src / native / Makefile.am
index facd048b9b37b4dcc6fc18a5fb690a929b8b8b59..f18f9c2d4732fc3356d389633943f2fa559ea6b4 100644 (file)
@@ -38,7 +38,7 @@ noinst_LTLIBRARIES = libnative.la
 if ENABLE_JNI
 JNI_SOURCES = \
        jni.cpp \
-       jni.h \
+       jni.hpp \
        localref.c \
        localref.h
 endif