Bug 795397 - Click-to-play blocklisting: respect the "plugins" permission. r=josh...
[gecko.git] / services / notifications / Makefile.in
blob4a1d1439979b1815a70295912345e8720c67f71e
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 file,
3 # 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 EXTRA_COMPONENTS := \
13 NotificationsComponents.manifest \
14 $(NULL)
16 PREF_JS_EXPORTS := $(srcdir)/services-notifications.js
18 modules := \
19 service.js \
20 $(NULL)
22 NOTIFICATION_MODULE_FILES := $(modules)
23 NOTIFICATION_MODULE_DEST = $(FINAL_TARGET)/modules/services-notifications
24 INSTALL_TARGETS += NOTIFICATION_MODULE
26 TEST_DIRS += tests
28 include $(topsrcdir)/config/rules.mk