gecko/browser/metro/modules/Makefile.in
Sam Foster 95662a90e9 Bug 829056 - Cross-slide gesture module for Fx start tiles. r=mbrubeck
--HG--
extra : rebase_source : 8722b2800b93015b218400c6e1f7d79227b78924
2013-04-22 22:42:09 +01:00

17 lines
472 B
Makefile

# 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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
EXTRA_JS_MODULES = \
colorUtils.jsm \
CrossSlide.jsm \
$(NULL)
include $(topsrcdir)/config/rules.mk