port bug 1155776, bug 1155816, bug 870370 (moves from Makefile.in to moz.build)
[mandelbrot.git] / Makefile.in
index 29260a4470ce3805d9d72751be4ceed3b094d474..b77274dcee1272da9a5400cfaaa27d91208f48d2 100644 (file)
@@ -46,9 +46,7 @@ include $(DEPTH)/config/autoconf.mk
 EXTENSION_VERSION      = 4.0.1
 
 XPI_NAME               = mandelbrot
-USE_EXTENSION_MANIFEST = 1
 NO_JAR_AUTO_REG        = 1
-NO_JS_MANIFEST         = 1
 INSTALL_EXTENSION_ID   = mandelbrot@kairo.at
 XPI_PKGNAME            = mandelbrot-$(EXTENSION_VERSION)
 
@@ -56,10 +54,6 @@ DIST_FILES = \
   install.rdf \
   $(NULL)
 
-EXTRA_COMPONENTS = \
-  aboutMandelbrot.js \
-  $(NULL)
-
 # include config.mk before using the AB_CD var
 include $(topsrcdir)/config/config.mk