summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-04-16 01:41:29 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-04-16 01:41:29 +0200
commit8dd5eaee9e662f7baccb05c57cb3748a95fd7cd8 (patch)
tree064a8f812f644f2182b0c8c3dbbd443de4914ffd /Makefile.am
parentd42b7950fed05c35be224ffee6d10eac523663d2 (diff)
downloadgpsd-8dd5eaee9e662f7baccb05c57cb3748a95fd7cd8.tar.gz
regress-driver: Use setup.py build directory.
To ensure that regress-driver doesn't use a system-wide installation of the gps module and scripts, the scripts and lib directory from the setup.py build are added to PYTHONPATH/PATH.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index efc1f6fb..dc95dfc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,6 +69,7 @@ PYTHONPAGES_DIST = gpsprof.1 gpsfake.1 gpscat.1
if HAVE_PYTHON
python_PYTHON = gpscap.py
PYTHONPAGES = $(PYTHONPAGES_DIST)
+export PYTHON
endif
#