[kaffe] CVS kaffe (dalibor): Added missing include paths to classpath awt

Kaffe CVS cvs-commits at kaffe.org
Mon Sep 20 08:53:47 PDT 2004


PatchSet 5186 
Date: 2004/09/20 14:41:36
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Added missing include paths to classpath awt

2004-09-20  Dalibor Topic  <robilad at kaffe.org>

        * libraries/clib/awt/classpath-gtk/classpath/Makefile.am:
        (AM_CPPFLAGS) Added.

        * libraries/clib/awt/classpath-gtk/classpath/Makefile.in:
        Rengenerated.

Members: 
	ChangeLog:1.2741->1.2742 
	libraries/clib/awt/classpath-gtk/classpath/Makefile.am:1.1->1.2 
	libraries/clib/awt/classpath-gtk/classpath/Makefile.in:1.7->1.8 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2741 kaffe/ChangeLog:1.2742
--- kaffe/ChangeLog:1.2741	Mon Sep 20 00:02:03 2004
+++ kaffe/ChangeLog	Mon Sep 20 14:41:36 2004
@@ -1,3 +1,11 @@
+2004-09-20  Dalibor Topic  <robilad at kaffe.org>
+
+	* libraries/clib/awt/classpath-gtk/classpath/Makefile.am:
+	(AM_CPPFLAGS) Added.
+
+	* libraries/clib/awt/classpath-gtk/classpath/Makefile.in:
+	Rengenerated.
+
 2004-09-19  Dalibor Topic  <robilad at kaffe.org>
 
 	* include/jni.h: Fixed include for
Index: kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.am
diff -u kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.am:1.1 kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.am:1.2
--- kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.am:1.1	Thu Jul 22 19:03:59 2004
+++ kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.am	Mon Sep 20 14:41:40 2004
@@ -1,5 +1,9 @@
 noinst_LTLIBRARIES = libclasspath.la
 
+AM_CPPFLAGS = \
+        -I$(top_srcdir)/kaffe/jvmpi -I$(top_builddir)/include \
+        -I$(top_srcdir)/kaffe/kaffevm/jni
+
 libclasspath_la_SOURCES = jcl.c jcl.h \
 			  jnilink.c jnilink.h \
 			  primlib.c primlib.h \
Index: kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.in
diff -u kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.in:1.7 kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.in:1.8
--- kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.in:1.7	Thu Sep 16 21:02:16 2004
+++ kaffe/libraries/clib/awt/classpath-gtk/classpath/Makefile.in	Mon Sep 20 14:41:40 2004
@@ -351,6 +351,10 @@
 toolslibdir = @toolslibdir@
 with_engine = @with_engine@
 noinst_LTLIBRARIES = libclasspath.la
+AM_CPPFLAGS = \
+        -I$(top_srcdir)/kaffe/jvmpi -I$(top_builddir)/include \
+        -I$(top_srcdir)/kaffe/kaffevm/jni
+
 libclasspath_la_SOURCES = jcl.c jcl.h \
 			  jnilink.c jnilink.h \
 			  primlib.c primlib.h \




More information about the kaffe mailing list