diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 15:11:25 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:01:07 +0200 |
commit | 9a8068ea3fd3844b4b8f73893a852406b3d08f12 (patch) | |
tree | a8654f909f2f616d4d3b788c7300ff2e7689a3b6 /mailnews | |
parent | dcd9bbb717c5c065e05574f280206cb8b070e2c6 (diff) | |
download | UXP-9a8068ea3fd3844b4b8f73893a852406b3d08f12.tar UXP-9a8068ea3fd3844b4b8f73893a852406b3d08f12.tar.gz UXP-9a8068ea3fd3844b4b8f73893a852406b3d08f12.tar.lz UXP-9a8068ea3fd3844b4b8f73893a852406b3d08f12.tar.xz UXP-9a8068ea3fd3844b4b8f73893a852406b3d08f12.zip |
Remove unused mailnews.mozbuild
Diffstat (limited to 'mailnews')
-rw-r--r-- | mailnews/mailnews.mozbuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mailnews/mailnews.mozbuild b/mailnews/mailnews.mozbuild deleted file mode 100644 index 12ae6cd2e..000000000 --- a/mailnews/mailnews.mozbuild +++ /dev/null @@ -1,16 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# 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/. - -if CONFIG['MOZ_LDAP_XPCOM']: - DIRS += [ - '/ldap', - '/ldap/xpcom', - ] - -if CONFIG['MOZ_MORK']: - DIRS += ['/db'] - -DIRS += ['/mailnews'] - |