Bug 795397 - Click-to-play blocklisting: respect the "plugins" permission. r=josh...
[gecko.git] / services / crypto / Makefile.in
blob9e96c7ab0a139c66d41f84d3410da612a92204e0
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/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 modules := \
13 utils.js \
14 WeaveCrypto.js \
15 $(NULL)
17 MODULE = services-crypto
19 CRYPTO_MODULE_FILES := $(addprefix modules/,$(modules))
20 CRYPTO_MODULE_DEST = $(FINAL_TARGET)/modules/services-crypto
21 INSTALL_TARGETS += CRYPTO_MODULE
23 TEST_DIRS += tests
25 include $(topsrcdir)/config/rules.mk