From: Robert Kaiser Date: Fri, 22 Mar 2013 01:36:51 +0000 (+0100) Subject: move more variables to moz.build X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=commitdiff_plain;h=89e9ceeb052ed3855c6bf8bb0e648df1f3edeb6d move more variables to moz.build --- 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'