diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-17 23:08:29 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-17 23:08:29 +0100 |
commit | f02628b3c9577e9a5a1fcaa87bdd2759fbd7011c (patch) | |
tree | f1011853288de97bf6cf0e779f69b61fe43da28f /guile | |
parent | 2f37140a17f5f54ce7ae96bb836f2b507d3c8718 (diff) | |
download | gnutls-f02628b3c9577e9a5a1fcaa87bdd2759fbd7011c.tar.gz |
Fix $(srcdir) != $(builddir) for Guile.
Now that modules/gnutls.scm is generated, $(builddir) must be in the
search path.
Diffstat (limited to 'guile')
-rw-r--r-- | guile/pre-inst-guile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guile/pre-inst-guile.in b/guile/pre-inst-guile.in index b22310d955..cd74e32af1 100644 --- a/guile/pre-inst-guile.in +++ b/guile/pre-inst-guile.in @@ -21,6 +21,7 @@ GUILE_LOAD_PATH="@abs_top_srcdir@/guile/modules:$GUILE_LOAD_PATH" +GUILE_LOAD_PATH="@abs_top_builddir@/guile/modules:$GUILE_LOAD_PATH" export GUILE_LOAD_PATH GNUTLS_GUILE_EXTENSION_DIR="@abs_top_srcdir@/guile/src" |