diff options
Diffstat (limited to 'security/manager/moz.build')
-rw-r--r-- | security/manager/moz.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/manager/moz.build b/security/manager/moz.build index 93f4b56435..e94be25cdf 100644 --- a/security/manager/moz.build +++ b/security/manager/moz.build @@ -3,7 +3,4 @@ # 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/. -DIRS += ['ssl', 'locales'] - -if CONFIG['MOZ_XUL']: - DIRS += ['pki'] +DIRS += ['ssl', 'locales', 'pki'] |