[cairo-commit] cairo-java ChangeLog, 1.80, 1.81 Makefile.am, 1.22, 1.23

Ismael Juma commit at pdx.freedesktop.org
Tue Oct 11 07:30:25 PDT 2005


Committed by: ijuma

Update of /cvs/cairo/cairo-java
In directory gabe:/tmp/cvs-serv24025

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Remove Config.java from native-only source list. Patch from Sandor Bodo-Merle <sbodomerle at gmail.com>.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-java/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- ChangeLog	9 Oct 2005 11:08:13 -0000	1.80
+++ ChangeLog	11 Oct 2005 14:30:23 -0000	1.81
@@ -1,3 +1,8 @@
+2005-10-11  Ismael Juma <ismael at juma.me.uk>
+
+	* Makefile.am: Remove Config.java from native-only source list. Patch from
+	Sandor Bodo-Merle <sbodomerle at gmail.com>.
+
 2005-10-09  Ismael Juma <ismael at juma.me.uk>
 
 	* Makefile.am: Add Config.java to sources list.

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo-java/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.am	9 Oct 2005 11:08:13 -0000	1.22
+++ Makefile.am	11 Oct 2005 14:30:23 -0000	1.23
@@ -72,7 +72,6 @@
 
 if BUILD_GCJ
 libcairojava_la_SOURCES = $(java_cairo_source_files)
-nodist_libcairojava_la_SOURCES = src/java/org/freedesktop/cairo/Config.java
 libcairojava_la_GCJFLAGS = -fjni -I$(srcdir)/src/java -Isrc/java --classpath=$(JGJAR):$(srcdir)/src/java
 libcairojava_la_LDFLAGS = $(JGJAVA_LIBS) -release $(apiversion)
 endif



More information about the cairo-commit mailing list