summaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-12 10:10:28 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-12 10:10:28 +0000
commit45ff306753ea6fd22d08957e57ce1e098e0f3a8b (patch)
tree1532740e854d6b2f6220155d0440d918e8f9b209 /libjava/Makefile.am
parent49945fbf2b5f7445093e8159f43be032abfacee4 (diff)
downloadgcc-45ff306753ea6fd22d08957e57ce1e098e0f3a8b.tar.gz
2003-02-12 Michael Koch <konqueror@gmx.de>
* java/nio/channels/Channels.java: New file. * Makefile.am (ordinary_java_source_files): Added java/nio/channels/Channels.java. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index f8911f2909e..e735ed80442 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -2159,6 +2159,7 @@ java/nio/channels/AsynchronousCloseException.java \
java/nio/channels/ByteChannel.java \
java/nio/channels/CancelledKeyException.java \
java/nio/channels/Channel.java \
+java/nio/channels/Channels.java \
java/nio/channels/ClosedByInterruptException.java \
java/nio/channels/ClosedChannelException.java \
java/nio/channels/ClosedSelectorException.java \