summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
author <philippe colliot>2014-11-10 16:45:03 +0100
committer <philippe colliot>2014-11-10 16:45:03 +0100
commit81ab08306f876799b9ddf09bc87423ea471b99ba (patch)
treedd9be40d50be9bdda52013e237cd4f2a21f0e20c /src/script
parentf5794b3d59419fcc669597bffeec6c68aa10f8e7 (diff)
downloadnavigation-81ab08306f876799b9ddf09bc87423ea471b99ba.tar.gz
Fix missing constants for trip computer
Diffstat (limited to 'src/script')
-rwxr-xr-xsrc/script/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/build.sh b/src/script/build.sh
index 013622d..e945310 100755
--- a/src/script/build.sh
+++ b/src/script/build.sh
@@ -103,7 +103,7 @@ build() {
cd $TOP_BIN_DIR
mkdir -p $HMI_LAUNCHER
cd $HMI_LAUNCHER_BIN_DIR
- cmake -DLM=$lm -Dnavigation-service_API=$NAVIGATION_SERVICE_API_DIR -Dpositioning_API=$ENHANCED_POSITION_SERVICE_API_DIR $HMI_LAUNCHER_SRC_DIR && make
+ cmake -DLM=$lm -Dnavigation-service_API=$NAVIGATION_SERVICE_API_DIR -Dpositioning_API=$ENHANCED_POSITION_SERVICE_API_DIR -Dfuel-stop-advisor_API=$FUEL_STOP_ADVISOR_SRC_DIR $HMI_LAUNCHER_SRC_DIR && make
cd $TOP_BIN_DIR
mkdir -p $POI_SERVER