aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/Makefile.am')
-rw-r--r--libjava/classpath/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/libjava/classpath/Makefile.am b/libjava/classpath/Makefile.am
index 138ea25c1b1..82e97dbde7f 100644
--- a/libjava/classpath/Makefile.am
+++ b/libjava/classpath/Makefile.am
@@ -1,9 +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
-## GCJ LOCAL: exclude tools directory
-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