2012-06-20 18:01:27 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2012-06-20 18:01:27 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES = \
|
2012-06-28 18:12:01 -07:00
|
|
|
FrameWorker.jsm \
|
2012-07-17 18:36:48 -07:00
|
|
|
MessagePortBase.jsm \
|
|
|
|
MessagePortWorker.js \
|
2012-06-20 18:01:27 -07:00
|
|
|
SocialService.jsm \
|
2012-07-09 00:22:50 -07:00
|
|
|
WorkerAPI.jsm \
|
2012-07-13 13:51:35 -07:00
|
|
|
MozSocialAPI.jsm \
|
2012-06-20 18:01:27 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
TEST_DIRS += \
|
|
|
|
test \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|