move code from natcalls.h into native.h
[cacao.git] / src / native / Makefile.am
index 9bba7dc8c431a859a5bc5a561485498435d21e2f..37705cfeaab1aec5f7ed68e124c743afdf5da6a7 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 1647 2004-12-01 16:10:18Z twisti $
+# $Id: Makefile.am 1655 2004-12-02 16:51:20Z carolyn $
 
 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
 
@@ -15,7 +15,7 @@ libnative_a_SOURCES = \
        jni.c \
        native.c
 
-native.c: nativetable.inc
+native.c: nativetable.inc nativecalls.inc
 
 if USE_GTK_PEER
 AWT_HEADERS_TOUCH_FILE = $(srcdir)/include/awtheaders-generated