diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-10-29 22:41:56 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-10-29 22:41:56 +0100 |
commit | 2c045d9c55674156b3881efb1cfa9bff41809105 (patch) | |
tree | 9aa090992b8a39159f7328e3d5000c8d9564c0f1 /toolkit/components/startup/public/moz.build | |
parent | 3332144211abfcce21ed43c2ccb3d5cbdd026b64 (diff) | |
parent | 5069a375970762f63069a3b750dca817ae5bda2c (diff) | |
download | UXP-2c045d9c55674156b3881efb1cfa9bff41809105.tar UXP-2c045d9c55674156b3881efb1cfa9bff41809105.tar.gz UXP-2c045d9c55674156b3881efb1cfa9bff41809105.tar.lz UXP-2c045d9c55674156b3881efb1cfa9bff41809105.tar.xz UXP-2c045d9c55674156b3881efb1cfa9bff41809105.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'toolkit/components/startup/public/moz.build')
-rw-r--r-- | toolkit/components/startup/public/moz.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/components/startup/public/moz.build b/toolkit/components/startup/public/moz.build index 5894b6c51..948a7d7ee 100644 --- a/toolkit/components/startup/public/moz.build +++ b/toolkit/components/startup/public/moz.build @@ -4,10 +4,10 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -XPIDL_SOURCES += [ - 'nsIAppStartup.idl', - 'nsIUserInfo.idl', -] +XPIDL_SOURCES += ['nsIAppStartup.idl'] + +if CONFIG['MOZ_USERINFO']: + XPIDL_SOURCES += ['nsIUserInfo.idl'] XPIDL_MODULE = 'appstartup' |