diff options
author | Brian Jones <cbj@gnu.org> | 1998-11-01 02:48:14 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 1998-11-01 02:48:14 +0000 |
commit | 46002490ebbbd80e77f20de0aad6bf2ea3ac0dbe (patch) | |
tree | f85411f45c3d8d5d4c0631ebebdadc33a60e1b7d /Makefile.am | |
parent | e3868fcb43ebef5612994d382a629d1537f10dcd (diff) | |
download | classpath-46002490ebbbd80e77f20de0aad6bf2ea3ac0dbe.tar.gz |
gnu not in subdirs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 381f9b95a..15f69c3e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Input file for automake to generate the Makefile.in used by configure #SUBDIRS = java gnu native compat test doc -SUBDIRS = gnu native compat doc lib +SUBDIRS = native compat doc lib EXTRA_DIST = BUGS |