summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:28:32 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:02 -0600
commit43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12 (patch)
treebe9cd3fbdee7ff7184b54943f047df5ad627238e /config_host.mk.in
parent628ee842afa2b5f6798caad4ed55b60ef64a5e1d (diff)
replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 3f0d58b5c4cf..f423dec0e185 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -311,6 +311,7 @@ export SIZEOF_POINTER="@SIZEOF_POINTER@"
export SIZEOF_SHORT="@SIZEOF_SHORT@"
export SPLIT_APP_MODULES="@SPLIT_APP_MODULES@"
export SPLIT_OPT_FEATURES="@SPLIT_OPT_FEATURES@"
+export SRCDIR="@SRC_ROOT@"
export STARTCENTER_LEFT_BITMAP="@STARTCENTER_LEFT_BITMAP@"
export STARTCENTER_RIGHT_BITMAP="@STARTCENTER_RIGHT_BITMAP@"
export STARTCENTER_RTL_LEFT_BITMAP="@STARTCENTER_RTL_LEFT_BITMAP@"