diff options
author | John Keiser <shalom@gnu.org> | 1998-07-23 02:10:20 +0000 |
---|---|---|
committer | John Keiser <shalom@gnu.org> | 1998-07-23 02:10:20 +0000 |
commit | c025d9e81469bd6c29f2b3847e58c0a265d70cbb (patch) | |
tree | cb3dac61f8ba762929e60c9e679db2f096baeaa5 | |
parent | 52769b1ba9911ac47cbdbe3a3d9c6128429d1666 (diff) | |
download | classpath-c025d9e81469bd6c29f2b3847e58c0a265d70cbb.tar.gz |
Added support for native/java.lang.reflect and native/lib Makefiles
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 747ad71f1..b268c2d89 100644 --- a/configure.in +++ b/configure.in @@ -59,6 +59,8 @@ java/net/Makefile \ native/Makefile \ native/java.io/Makefile \ native/java.net/Makefile \ +native/java.lang.reflect/Makefile \ +native/lib/Makefile \ test/Makefile \ test/gnu.java.lang.reflect/Makefile \ test/java.io/Makefile \ |