|
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 -) |