diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-05 17:10:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-05 18:17:00 +0200 |
commit | 791a8b96f754798192875da287c84f8cfa4e533e (patch) | |
tree | 54d9249ae49370c67465417e47c374b53094cc10 /framework/inc | |
parent | 0bf232422af9d2b53e54230c1ae0f554f42eb2ff (diff) |
Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters"
This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0.
Unfortunately does not work if BUILDDIR is different from SRCDIR.
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/services/substitutepathvars.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/inc/services/substitutepathvars.hxx b/framework/inc/services/substitutepathvars.hxx index 7604a879a2a4..085a99cb9e10 100644 --- a/framework/inc/services/substitutepathvars.hxx +++ b/framework/inc/services/substitutepathvars.hxx @@ -179,6 +179,7 @@ enum PreDefVariable PREDEFVAR_BASEINSTURL, PREDEFVAR_USERDATAURL, PREDEFVAR_BRANDBASEURL, + PREDEFVAR_SHARE_SUBDIR_NAME, PREDEFVAR_COUNT }; |