summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-01-16 05:44:14 +0000
committerTom Tromey <tromey@redhat.com>2002-01-16 05:44:14 +0000
commita62a0282eb3841a0baead11718eafa76a0da0f81 (patch)
treed0c90049471bfd7b0bd270d27a836003d17f9dd0 /gnu
parentd70cc8b1a4dff9f8bf6976d84ec02d01f54b1543 (diff)
downloadclasspath-a62a0282eb3841a0baead11718eafa76a0da0f81.tar.gz
* configure.in (AC_OUTPUT): Create new Makefiles.
* gnu/java/awt/Makefile.am (EXTRA_DIST): New macro. * java/awt/color/.cvsignore: New file. * java/awt/geom/.cvsignore: New file. * java/awt/image/Makefile.am (EXTRA_DIST): Updated. * java/awt/event/Makefile.am (EXTRA_DIST): Updated. * java/awt/geom/Makefile.am: New file. * java/awt/color/Makefile.am: New file. * java/awt/Makefile.am (EXTRA_DIST): Updated. (SUBDIRS): Added color, geom.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/java/awt/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/java/awt/Makefile.am b/gnu/java/awt/Makefile.am
index 1e983f7b8..fcb55e983 100644
--- a/gnu/java/awt/Makefile.am
+++ b/gnu/java/awt/Makefile.am
@@ -2,3 +2,8 @@
SUBDIRS = image peer
+EXTRA_DIST = \
+BitMaskExtent.java \
+Buffers.java \
+ComponentDataBlitOp.java \
+GLightweightPeer.java