1# vim: set filetype=python:
2# This Source Code Form is subject to the terms of the Mozilla Public
3# License, v. 2.0. If a copy of the MPL was not distributed with this
4# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
6XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell.ini"]
7
8DIRS += [
9    "lib",
10]
11
12EXTRA_JS_MODULES += [
13    "sax.jsm",
14    "xmpp-authmechs.jsm",
15    "xmpp-base.jsm",
16    "xmpp-commands.jsm",
17    "xmpp-session.jsm",
18    "xmpp-xml.jsm",
19    "xmpp.jsm",
20]
21
22JAR_MANIFESTS += ["jar.mn"]
23
24XPCOM_MANIFESTS += [
25    "components.conf",
26]
27