Reactivate gennativetable, it's required for a static cacao.
[cacao.git] / src / native / tools / Makefile.am
index 4d35ba6fa4e62c8e4402474c69f10183ee1a6b57..1985a3a80154d089fc172669e409625e9ca7582e 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1915 2005-02-10 10:03:59Z twisti $
+## $Id: Makefile.am 2460 2005-05-12 23:38:46Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
+
 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@ -I$(top_builddir)/src
 
 noinst_PROGRAMS = gennativetable
@@ -40,8 +41,7 @@ gennativetable_SOURCES = gennativetable.c
 
 gennativetable_LDADD = \
        $(top_builddir)/src/cacaoh/libcacaoh.la \
-       $(top_builddir)/src/boehm-gc/libgc.la \
-       $(top_builddir)/src/classpath/native/jni/java-lang/.libs/libjavalang.a
+       $(top_builddir)/src/boehm-gc/libgc.la
 
 gennativetable_DEPENDENCIES = $(gennativetable_LDADD)