X-Git-Url: https://git-public.kairo.at//?a=blobdiff_plain;f=Makefile.in;h=b77274dcee1272da9a5400cfaaa27d91208f48d2;hb=HEAD;hp=2e0331e0dc806f96c56be9fe628a026dc416cab3;hpb=b6d22cbb3174acdd7d0d44c1773cc98e65486f01;p=mandelbrot.git diff --git a/Makefile.in b/Makefile.in index 2e0331e..b77274d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,18 +43,10 @@ relativesrcdir = extensions/mandelbrot include $(DEPTH)/config/autoconf.mk -ifdef ENABLE_TESTS -PARALLEL_DIRS += tests -endif - -MODULE = mandelbrot - 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) @@ -62,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 @@ -80,7 +64,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"