X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=Makefile.in;h=6f8fa2874d2e90ff4a1b0d5f16ab4d5d007c20c1;hp=d7428b5b060ad98e7f7e7a16df06ab816d9da0b4;hb=659d8fceddae7408c950f46a178992029e51ffc9;hpb=3fd66836e6c5fbd25dd8f90dd50914cabeb7a9a7 diff --git a/Makefile.in b/Makefile.in index d7428b5..6f8fa28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,13 +43,7 @@ relativesrcdir = extensions/mandelbrot include $(DEPTH)/config/autoconf.mk -ifdef ENABLE_TESTS -PARALLEL_DIRS += tests -endif - -MODULE = mandelbrot - -EXTENSION_VERSION = 4.0b3 +EXTENSION_VERSION = 4.0.1 XPI_NAME = mandelbrot USE_EXTENSION_MANIFEST = 1 @@ -80,7 +74,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"