* python/sps-local.in (PYTHONPATH): Add `@abs_builddir@/.libs'.
---
swilena/ChangeLog | 6 ++++++
swilena/python/sps-local.in | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog
index 6781d78..e4e7625 100644
--- a/swilena/ChangeLog
+++ b/swilena/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-28 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Update the local (build-time) Swilena Python Shell.
+
+ * python/sps-local.in (PYTHONPATH): Add `@abs_builddir@/.libs'.
+
2012-07-27 Roland Levillain <roland(a)lrde.epita.fr>
Get rid of `ltihooks' in Swilena.
diff --git a/swilena/python/sps-local.in b/swilena/python/sps-local.in
index 91b7d77..88ac50d 100644
--- a/swilena/python/sps-local.in
+++ b/swilena/python/sps-local.in
@@ -1,6 +1,6 @@
# -*- sh -*-
# sps local version, for use from non installed distributions.
-PYTHONPATH='@abs_builddir@:@abs_srcdir@':"$PYTHONPATH" \
+PYTHONPATH='@abs_builddir@:@abs_builddir@/.libs:@abs_srcdir@':"$PYTHONPATH"
\
DYLD_LIBRARY_PATH='.libs:@abs_top_builddir@/src/.libs' \
exec @PYTHON@ -i @abs_srcdir@/sps.py "$@"
--
1.7.2.5