make things builds with trunk
[mandelbrot.git] / moz.build
index d0193307adbafed4d99ba5fd243839b565e3bced..bdafcaf90b23d6e52fd0a1beb65d133d0ef216b9 100644 (file)
--- a/moz.build
+++ b/moz.build
@@ -4,3 +4,10 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 TEST_DIRS += ['tests']
+
+XPI_NAME = 'mandelbrot'
+export('XPI_NAME')
+
+JAR_MANIFESTS += ['jar.mn']
+
+JS_PREFERENCE_FILES += ['prefs.js']