From 89e9ceeb052ed3855c6bf8bb0e648df1f3edeb6d Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 22 Mar 2013 02:36:51 +0100 Subject: [PATCH] move more variables to moz.build --- Makefile.in | 2 -- moz.build | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 91c0608..901d4d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,8 +43,6 @@ relativesrcdir = extensions/mandelbrot include $(DEPTH)/config/autoconf.mk -MODULE = mandelbrot - EXTENSION_VERSION = 4.0.1 XPI_NAME = mandelbrot diff --git a/moz.build b/moz.build index d019330..6d237f6 100644 --- a/moz.build +++ b/moz.build @@ -4,3 +4,5 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. TEST_DIRS += ['tests'] + +MODULE = 'mandelbrot' -- 2.35.3