2007-03-22 10:30:00 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-02-04 09:32:24 -08:00
|
|
|
TEST_DIRS += content/test
|
2008-03-12 13:34:31 -07:00
|
|
|
|
2009-07-07 20:24:45 -07:00
|
|
|
ifdef MOZILLA_OFFICIAL
|
2007-03-22 10:30:00 -07:00
|
|
|
DEFINES += -DOFFICIAL_BUILD=1
|
|
|
|
endif
|
|
|
|
|
2010-06-22 09:59:15 -07:00
|
|
|
EXTRA_COMPONENTS = \
|
|
|
|
src/nsSafebrowsingApplication.manifest \
|
|
|
|
$(NULL)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
EXTRA_PP_COMPONENTS = \
|
|
|
|
src/nsSafebrowsingApplication.js \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|