X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=Makefile.in;h=b77274dcee1272da9a5400cfaaa27d91208f48d2;hb=refs%2Fheads%2Fmaster;hp=6f8fa2874d2e90ff4a1b0d5f16ab4d5d007c20c1;hpb=659d8fceddae7408c950f46a178992029e51ffc9;p=mandelbrot.git diff --git a/Makefile.in b/Makefile.in index 6f8fa28..b77274d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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,14 +54,6 @@ DIST_FILES = \ install.rdf \ $(NULL) -PREF_JS_EXPORTS = \ - $(srcdir)/prefs.js \ - $(NULL) - -EXTRA_COMPONENTS = \ - aboutMandelbrot.js \ - $(NULL) - # include config.mk before using the AB_CD var include $(topsrcdir)/config/config.mk