diff options
Diffstat (limited to 'libjava/classpath/Makefile.am')
-rw-r--r-- | libjava/classpath/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/Makefile.am b/libjava/classpath/Makefile.am index 3e532a05ff6..82e97dbde7f 100644 --- a/libjava/classpath/Makefile.am +++ b/libjava/classpath/Makefile.am @@ -1,8 +1,8 @@ ## Input file for automake to generate the Makefile.in used by configure # lib first, to compile .class files before native code, last examples -SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR) -DIST_SUBDIRS = lib doc external include native resource scripts examples +SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR) +DIST_SUBDIRS = lib doc external include native resource scripts tools examples ## GCJ LOCAL: we need an extra -I here. ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config |