From: Robert Kaiser Date: Fri, 13 Feb 2015 18:31:53 +0000 (+0100) Subject: make things builds with trunk X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=commitdiff_plain;h=15cace4981cfa34865532d99a6ce6999ef3f3b57 make things builds with trunk --- diff --git a/Makefile.in b/Makefile.in index 6f8fa28..29260a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,10 +56,6 @@ DIST_FILES = \ install.rdf \ $(NULL) -PREF_JS_EXPORTS = \ - $(srcdir)/prefs.js \ - $(NULL) - EXTRA_COMPONENTS = \ aboutMandelbrot.js \ $(NULL) diff --git a/install.rdf b/install.rdf index c84efdc..bd4250d 100644 --- a/install.rdf +++ b/install.rdf @@ -14,7 +14,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 4.0 - 30.0a1 + 38.0a1 @@ -22,7 +22,7 @@ {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} 2.1 - 2.27a1 + 2.35a1 @@ -30,7 +30,7 @@ {a23983c0-fd0e-11dc-95ff-0800200c9a66} 4.0 - 30.0a1 + 38.0a1 @@ -38,7 +38,7 @@ toolkit@mozilla.org 2.0 - 30.0 + 38.0 diff --git a/moz.build b/moz.build index de85c4d..bdafcaf 100644 --- a/moz.build +++ b/moz.build @@ -9,3 +9,5 @@ XPI_NAME = 'mandelbrot' export('XPI_NAME') JAR_MANIFESTS += ['jar.mn'] + +JS_PREFERENCE_FILES += ['prefs.js']