diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-19 12:43:04 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-19 12:43:04 +0000 |
commit | b4b1e345610a015ee56808e55224e0c636995280 (patch) | |
tree | 100659bcfb9ddb0eef6aa70e794fc8a593e155e7 /lib | |
parent | 2e126bf747a6a855be669738bfefcf13919e4e75 (diff) | |
download | gnutls-b4b1e345610a015ee56808e55224e0c636995280.tar.gz |
Need -I$builddir/gl for alloca.h when srcdir != objdir.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 310840e8c6..cb3ec8734f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,7 +28,7 @@ endif localedir = $(datadir)/locale AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" \ - -I$(top_srcdir)/gl \ + -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/includes -I../includes \ -I$(srcdir)/x509 \ -I$(top_srcdir)/libextra -I$(top_srcdir)/libextra/openpgp/ \ |