On Sat, Jun 26, 2004 at 08:19:15PM -0400, [EMAIL PROTECTED] wrote:
> Hi all,
> 
> Possibly a problem with Makefile.am?  I don't know much about the
> build system, and as this will probably take someone who knows something
> about it 2 minutes to fix, here goes:

Hi Rob,

  It can be easily fixed by the simple patch attached. Maybe this will
be useful to you.

Thanks!
Jim Huang <jserv AT kaffe.org>
Index: test/internal/Makefile.am
===================================================================
RCS file: /cvs/kaffe/kaffe/test/internal/Makefile.am,v
retrieving revision 1.8
diff -u -r1.8 Makefile.am
--- test/internal/Makefile.am   8 Mar 2004 21:21:41 -0000       1.8
+++ test/internal/Makefile.am   27 Jun 2004 02:08:38 -0000
@@ -41,7 +41,8 @@
        $(ENGINE_DEFS) \
        -I$(top_srcdir)/kaffe/kaffevm \
        -I$(top_srcdir)/kaffe/jvmpi \
-       -I$(top_builddir)/include
+       -I$(top_builddir)/include \
+       -I$(top_srcdir)/kaffe/kaffevm/jni
 
 LIBNATIVE = $(top_builddir)/libraries/clib/native/libnative.la
 LIBKAFFEVM = ../../kaffe/kaffevm/libkaffevm.la $(libjvmpi)
Index: test/internal/Makefile.in
===================================================================
RCS file: /cvs/kaffe/kaffe/test/internal/Makefile.in,v
retrieving revision 1.61
diff -u -r1.61 Makefile.in
--- test/internal/Makefile.in   23 Jun 2004 09:12:08 -0000      1.61
+++ test/internal/Makefile.in   27 Jun 2004 02:08:39 -0000
@@ -362,7 +362,8 @@
        $(ENGINE_DEFS) \
        -I$(top_srcdir)/kaffe/kaffevm \
        -I$(top_srcdir)/kaffe/jvmpi \
-       -I$(top_builddir)/include
+       -I$(top_builddir)/include \
+       -I$(top_srcdir)/kaffe/kaffevm/jni
 
 LIBNATIVE = $(top_builddir)/libraries/clib/native/libnative.la
 LIBKAFFEVM = ../../kaffe/kaffevm/libkaffevm.la $(libjvmpi)
_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to