diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-11 17:29:49 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-11 17:29:49 +0100 |
commit | 8125c9dc97872bb55aad44eb84dbe1c7a46b8810 (patch) | |
tree | f597c0d6d2ecb5935213c5b4b20bbc30dda3d7ec /Makefile.am | |
parent | da32daa1cab4b2468e9cd2e6a1904437022d4048 (diff) | |
download | gnutls-8125c9dc97872bb55aad44eb84dbe1c7a46b8810.tar.gz |
Need more -I's.
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 e89a0dd4d7..b2d80f1d19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,6 @@ if HAVE_GUILE SUBDIRS += guile endif -ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I libextra/m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I libextra/gl/m4 -I libextra/m4 EXTRA_DIST = cfg.mk maint.mk .clcopying |