summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-07-31 00:42:25 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-07-31 00:42:25 -0400
commite3d5c480aa9d41976dce79a8c7344d04ad8c27cf (patch)
tree1f7d913b71bd719b2c564b61246218efe832e972 /SConstruct
parent9e9105707718eaaba24bdaced01360e7c44f0619 (diff)
downloadgpsd-e3d5c480aa9d41976dce79a8c7344d04ad8c27cf.tar.gz
Fix Savannah bug #36908, reported by Olivier Cornu.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4f9ffa27..4680c1c8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1483,7 +1483,7 @@ geoid_regress = Utility('geoid-regress', [test_geoid], [
])
# Regression-test the Maidenhead Locator
-maidenhead_locator_regress = Utility('maidenhead-locator-regress', [], [
+maidenhead_locator_regress = Utility('maidenhead-locator-regress', [python_built_extensions], [
'@echo "Testing the Maidenhead Locator conversion..."',
'$SRCDIR/test_maidenhead.py >/dev/null',
])