diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-03 15:33:58 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-03 15:33:58 -0500 |
commit | 6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7 (patch) | |
tree | 32d0c74ca38c30667b51bd46cd8e460421f35517 /db/mork | |
parent | a57983a2176afb4bab3c22efa6a24d39f3c11163 (diff) | |
download | UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar.gz UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar.lz UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.tar.xz UXP-6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7.zip |
Issue #1258 - Part 3: Make mailnews and friends build
Diffstat (limited to 'db/mork')
-rw-r--r-- | db/mork/moz.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/mork/moz.build b/db/mork/moz.build new file mode 100644 index 000000000..a4cc91c19 --- /dev/null +++ b/db/mork/moz.build @@ -0,0 +1,11 @@ +# 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 not CONFIG['NSS_DISABLE_DBM'] and CONFIG['MOZ_MORK']: + DIRS += [ + 'public', + 'src', + 'build', + ] |