diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 23:55:20 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 23:55:20 +0100 |
commit | 094737ec525748e0420687c434cee1623c927cb0 (patch) | |
tree | 11887baf07dfc0b92bec0aaabb53da1fa41d19c1 /guile | |
parent | 922a88d99bd2a6a619b39360ac6c7c397df2418a (diff) | |
download | gnutls-094737ec525748e0420687c434cee1623c927cb0.tar.gz |
Really fix -I's.
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index 2d63c858f5..7c9dbe0b1d 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -62,6 +62,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/includes \ -I$(top_builddir)/lib/includes \ -I$(top_srcdir)/libextra/includes \ + -I$(top_builddir) \ -I$(builddir) if HAVE_GCC |