make things builds with trunk
[mandelbrot.git] / moz.build
CommitLineData
7797b66f
RK
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
6TEST_DIRS += ['tests']
89e9ceeb 7
42e21ea2
RK
8XPI_NAME = 'mandelbrot'
9export('XPI_NAME')
5ac76a5e
RK
10
11JAR_MANIFESTS += ['jar.mn']
15cace49
RK
12
13JS_PREFERENCE_FILES += ['prefs.js']