dom/workers/test/extensions/bootstrap/Makefile.in

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:3aef8d860bd5
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5 DIST_FILES = \
6 bootstrap.js \
7 install.rdf \
8 worker.js \
9 $(NULL)
10
11 TEST_EXTENSIONS_DIR = $(DEPTH)/_tests/testing/mochitest/extensions
12
13 GENERATED_DIRS = $(TEST_EXTENSIONS_DIR)
14
15 include $(topsrcdir)/config/rules.mk
16
17 libs::
18 @(cd $(DIST)/xpi-stage && tar $(TAR_CREATE_FLAGS) - $(XPI_NAME)) | (cd $(TEST_EXTENSIONS_DIR) && tar -xf -)

mercurial