summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-30 23:55:10 +0100
committerSimon Josefsson <simon@josefsson.org>2008-10-30 23:55:10 +0100
commit922a88d99bd2a6a619b39360ac6c7c397df2418a (patch)
tree45ab37e9946e0f4b1bc64e9336ef0165ec80ba04 /guile
parent4ba21c4ae81896706cdca2be0ebbba89425c7b24 (diff)
downloadgnutls-922a88d99bd2a6a619b39360ac6c7c397df2418a.tar.gz
Fix -I's.
Diffstat (limited to 'guile')
-rw-r--r--guile/src/Makefile.am2
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