From 07fcc3a08af552bd40d4bd5103d4668662acdaf4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Feb 2009 12:48:11 -0400 Subject: Build Python module using automake, not setup.py --- test/PyUnitTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/PyUnitTests.py') diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py index acae7781..a77d99ad 100755 --- a/test/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -1,6 +1,6 @@ #!/bin/sh -PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ +PYTHONPATH="%builddir%/.libs":$PYTHONPATH \ LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \ DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ %python% "%builddir%"/test/python/UnitTests.py -- cgit v1.2.3