make things builds with trunk
[mandelbrot.git] / Makefile.in
index 91c060833b5ed4e1bc6b68e31e6ef1120bf96a41..29260a4470ce3805d9d72751be4ceed3b094d474 100644 (file)
@@ -43,8 +43,6 @@ relativesrcdir = extensions/mandelbrot
 
 include $(DEPTH)/config/autoconf.mk
 
-MODULE                 = mandelbrot
-
 EXTENSION_VERSION      = 4.0.1
 
 XPI_NAME               = mandelbrot
@@ -58,10 +56,6 @@ DIST_FILES = \
   install.rdf \
   $(NULL)
 
-PREF_JS_EXPORTS = \
-  $(srcdir)/prefs.js \
-  $(NULL)
-
 EXTRA_COMPONENTS = \
   aboutMandelbrot.js \
   $(NULL)
@@ -76,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"