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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:b026ef49f3af
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 install.rdf \
7 worker.js \
8 $(NULL)
9
10 TEST_EXTENSIONS_DIR = $(DEPTH)/_tests/testing/mochitest/extensions
11
12 GENERATED_DIRS = $(TEST_EXTENSIONS_DIR)
13
14 include $(topsrcdir)/config/rules.mk
15
16 libs::
17 @(cd $(DIST)/xpi-stage && tar $(TAR_CREATE_FLAGS) - $(XPI_NAME)) | (cd $(TEST_EXTENSIONS_DIR) && tar -xf -)

mercurial