summaryrefslogtreecommitdiff
path: root/env.in
diff options
context:
space:
mode:
Diffstat (limited to 'env.in')
-rw-r--r--env.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.in b/env.in
index 54d837d..c064c44 100644
--- a/env.in
+++ b/env.in
@@ -45,9 +45,12 @@ else
PATH="@abs_top_srcdir@/bin":$PATH
fi
+FIBERS_BUILD_DIR=@abs_top_builddir@
+
export GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH
export LTDL_LIBRARY_PATH
export PATH
+export FIBERS_BUILD_DIR
exec "$@"