diff options
author | Tom Tromey <tromey@redhat.com> | 2005-08-22 15:17:27 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2005-08-22 15:17:27 +0000 |
commit | 0fb62680d988b2e3c37f99182ddcbc4dd3401179 (patch) | |
tree | 444c43fffef686d8dd0417286cd5c0a5d9ab47e9 /Makefile.am | |
parent | e83c801292df1e5d5c95e82bf5c7a55a2695a90a (diff) | |
download | classpath-0fb62680d988b2e3c37f99182ddcbc4dd3401179.tar.gz |
2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am (ACLOCAL_AMFLAGS): New.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 837e50d49..fdcb3f709 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR) DIST_SUBDIRS = lib doc external include native resource scripts examples +ACLOCAL_AMFLAGS = -I m4 + native: lib EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \ |