This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: Makefile.am fix
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: Makefile.am fix
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 03 Aug 2000 10:58:08 -0600
- Reply-To: tromey at cygnus dot com
I'm checking this in.
2000-08-03 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Added Clipboard.java.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/libjava/Makefile.am,v
retrieving revision 1.76
diff -u -r1.76 Makefile.am
--- Makefile.am 2000/08/03 06:48:34 1.76
+++ Makefile.am 2000/08/03 16:45:57
@@ -541,6 +541,7 @@
java/awt/color/ColorSpace.java \
java/awt/color/ICC_ColorSpace.java \
java/awt/color/ICC_Profile.java \
+java/awt/datatransfer/Clipboard.java \
java/awt/event/AWTEventListener.java \
java/awt/event/ActionEvent.java \
java/awt/event/ActionListener.java \