diff options
author | Simon Josefsson <jas@mocca.josefsson.org> | 2007-06-01 13:39:16 +0200 |
---|---|---|
committer | Simon Josefsson <jas@mocca.josefsson.org> | 2007-06-01 13:39:16 +0200 |
commit | 396edc48efcb1e6f15e71b8915d503053ecd5da8 (patch) | |
tree | 01ffa9752bef3fabf3e115d5e7f03deb8e9ab0ec /guile | |
parent | ac2c37fd6a7820ebc10182b02d5d9e9d075981d9 (diff) | |
download | gnutls-396edc48efcb1e6f15e71b8915d503053ecd5da8.tar.gz |
Need -I for config.h.
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 b71c548fce..0550652413 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -52,7 +52,7 @@ libguile_gnutls_extra_v_0_la_LDFLAGS = \ $(LIBGNUTLS_LIBS) $(LIBGNUTLS_EXTRA_LIBS) \ -L$(builddir) -lguile-gnutls-v-0 -AM_CPPFLAGS = -I$(builddir) +AM_CPPFLAGS = -I$(top_builddir) -I$(builddir) if HAVE_GCC |