# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ["locales"] JAR_MANIFESTS += ["jar.mn"] include("../branding-common.mozbuild") ThunderbirdBranding() if CONFIG["MOZ_ENTERPRISE"]: # Ship the AutoConfig file (pointed at by general.config.filename). The # readable source is byte shifted at build time rather than checked in # obscured. Installed into dist/bin (the parent of this branding's # "browser" DIST_SUBDIR), alongside the browser binary. GENERATED_FILES += ["thunderbird.cfg"] GENERATED_FILES["thunderbird.cfg"].script = "byteshift.py:generate" GENERATED_FILES["thunderbird.cfg"].inputs = ["thunderbird.cfg.in"]