* src/native/localref.c: Added new file.
[cacao.git] / src / native / Makefile.am
index d418096db3d894e17a300d2e7686a86779d27f8e..d149d03ddec6fb29ede5457554859f775472808b 100644 (file)
@@ -1,6 +1,6 @@
 ## src/native/Makefile.am
 ##
-## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel,
+## Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
 ## C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
 ## E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
 ## J. Wenninger, Institut f. Computersprachen - TU Wien
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 ##
-## Contact: cacao@cacaojvm.org
-##
-## Authors: Christian Thalinger
-##
-## Changes:
-##
-## $Id: Makefile.am 6236 2006-12-26 23:21:41Z twisti $
+## $Id: Makefile.am 8297 2007-08-12 00:02:48Z michi $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -64,10 +58,12 @@ endif
 
 noinst_LTLIBRARIES = libnative.la
 
-if ENABLE_JAVASE
+if ENABLE_JNI
 JNI_SOURCES = \
        jni.c \
-       jni.h
+       jni.h \
+       localref.c \
+       localref.h
 endif
 
 libnative_la_SOURCES = \