summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:34:33 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:34:33 +0000
commit7eb55f2738c779fb51d01ec580cee7e4b688f759 (patch)
tree6eba3a363e22fc91134a6d7dbffc5ec7f05eb4d2 /Makefile.am
parent7b24a05308b7b7c04d3bb82dad3a61bc066331a4 (diff)
downloadclasspath-7eb55f2738c779fb51d01ec580cee7e4b688f759.tar.gz
Forwardport native-only build fix #02.
2008-06-01 Andrew John Hughes <gnu_andrew@member.fsf.org> * Makefile.am: Replace tools with $(TOOLSDIR). * m4/acinclude.m4: Include option to disable building the tools.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2483509fd..e10295143 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## 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 tools $(EXAMPLESDIR)
+SUBDIRS = lib doc external include native resource scripts $(TOOLSDIR) $(EXAMPLESDIR)
DIST_SUBDIRS = lib doc external include native resource scripts tools examples
# Allow users to pass site-specific flags to autoreconf via an env var.