diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 23:55:10 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 23:55:10 +0100 |
commit | 922a88d99bd2a6a619b39360ac6c7c397df2418a (patch) | |
tree | 45ab37e9946e0f4b1bc64e9336ef0165ec80ba04 /guile | |
parent | 4ba21c4ae81896706cdca2be0ebbba89425c7b24 (diff) | |
download | gnutls-922a88d99bd2a6a619b39360ac6c7c397df2418a.tar.gz |
Fix -I's.
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index 013658d145..2d63c858f5 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -62,7 +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 |