diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-21 11:52:19 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-21 11:52:19 +0200 |
commit | 9efc71828941520c85e2d5a0938616835ee020cf (patch) | |
tree | 4fe7570570bf6e40581e57c1ef1cd80216a9d1be /Makefile.am | |
parent | 796c835646c5c05e84c5f16347944a0a1b9cb733 (diff) | |
download | gnutls-9efc71828941520c85e2d5a0938616835ee020cf.tar.gz |
Need -I for aclocal.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f8e558ec52..bebdb5cf4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,6 @@ if HAVE_GUILE SUBDIRS += guile endif -ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 -I libextra/gl/m4 EXTRA_DIST = cfg.mk maint.mk .clcopying |