diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-09 19:50:53 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:00 -0600 |
commit | da8a424f9a62e9f164ef3a64fc5002db3823fe00 (patch) | |
tree | 5e40283900198e8686fd2b8fc46fe416d0f6fb1f /config_host.mk.in | |
parent | 4475360e5e90be683102e9451721a61d6dcb2bcf (diff) |
move WORK_STAMP out of set_soenv.in
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index fb65ff14ea27..123b74dd752b 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -423,6 +423,7 @@ export WITH_OPENLDAP="@WITH_OPENLDAP@" export WITH_STLPORT="@WITH_STLPORT@" export WITH_THEMES="@WITH_THEMES@" export WORDS_BIGENDIAN="@WORDS_BIGENDIAN@" +export WORK_STAMP="@SOURCEVERSION@" export WPD_CFLAGS="@WPD_CFLAGS@" export WPD_LIBS="@WPD_LIBS@" export WPG_CFLAGS="@WPG_CFLAGS@" |