* Removed all Id tags.
[cacao.git] / tests / regression / native / Makefile.am
index 90768984c56cf50bf3fdbf76d3008a1b67be1387..408a13e49105237cb1a0dfea5e5a7a062b71cd18 100644 (file)
 ## Contact: cacao@cacaojvm.org
 ##
 ## Authors: Christian Thalinger
-##
-## $Id: Makefile.am 6257 2006-12-28 13:43:06Z twisti $
 
-## Process this file with automake to produce Makefile.in
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR) -I$(top_builddir)
 
@@ -40,7 +37,7 @@ else
 JAVAFLAGS = -Xbootclasspath:$(CLASSPATH_CLASSES)
 endif
 
-JAVAH     = $(top_builddir)/src/cacaoh/cacaoh
+JAVAH     = @CACAOH@
 
 SOURCE_FILES = \
        checkjni.java \