make things builds with trunk
[mandelbrot.git] / Makefile.in
index a44d02ec0300f444065c00f6051fc850aeb7067f..29260a4470ce3805d9d72751be4ceed3b094d474 100644 (file)
@@ -43,13 +43,7 @@ relativesrcdir = extensions/mandelbrot
 
 include $(DEPTH)/config/autoconf.mk
 
-ifdef ENABLE_TESTS
-PARALLEL_DIRS += tests
-endif
-
-MODULE                 = mandelbrot
-
-EXTENSION_VERSION      = 4.0
+EXTENSION_VERSION      = 4.0.1
 
 XPI_NAME               = mandelbrot
 USE_EXTENSION_MANIFEST = 1
@@ -62,10 +56,6 @@ DIST_FILES = \
   install.rdf \
   $(NULL)
 
-PREF_JS_EXPORTS = \
-  $(srcdir)/prefs.js \
-  $(NULL)
-
 EXTRA_COMPONENTS = \
   aboutMandelbrot.js \
   $(NULL)
@@ -80,7 +70,7 @@ DEFINES += -DAB_CD=en-US \
 include $(topsrcdir)/config/rules.mk
 
 ifdef MOZ_OMNIJAR
-ABS_DIST = $(call core_abspath,$(DIST)/bin)
+ABS_DIST = $(abspath $(DIST)/bin)
 
 libs::
        @echo "Packaging $(INSTALL_EXTENSION_ID).xpi"