From 92ed83c72e2e1006bd2c94cbe02870f7d2404cae Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 23 Mar 2015 23:19:24 +0100 Subject: Use about:config to determine the socket path and perms. --- xul-ext/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xul-ext/Makefile') diff --git a/xul-ext/Makefile b/xul-ext/Makefile index aa2eff2..7fa5d6a 100644 --- a/xul-ext/Makefile +++ b/xul-ext/Makefile @@ -1,6 +1,7 @@ -all: ../icevault.xpi +XPI_NAME ?= ../icevault.xpi +all: $(XPI_NAME) -%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ -type f) +%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ defaults/ -type f) zip $@ $^ clean: -- cgit v1.2.3