diff options
author | Aaron M. Renn <arenn@urbanophile.com> | 1998-05-18 01:03:41 +0000 |
---|---|---|
committer | Aaron M. Renn <arenn@urbanophile.com> | 1998-05-18 01:03:41 +0000 |
commit | fd47789988c7fd349b487f54a636361fec589b34 (patch) | |
tree | 1ef1f4aff155f37a9cd1f666b9d10236f92206a9 /Makefile.am | |
parent | 0f90e4dd06fb36b48001014c3e5c3de075eb2b65 (diff) | |
download | classpath-fd47789988c7fd349b487f54a636361fec589b34.tar.gz |
Initial Checkin
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 000000000..cd54627cf --- /dev/null +++ b/Makefile.am @@ -0,0 +1,6 @@ +## Input file for automake to generate the Makefile.in used by configure + +SUBDIRS = java gnu native compat test + +EXTRA_DIST = BUGS + |