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/.
|
2008-09-13 14:01:14 -07:00
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2010-06-22 09:59:15 -07:00
|
|
|
EXTRA_COMPONENTS = toolkitsearch.manifest
|
2008-09-13 14:01:14 -07:00
|
|
|
EXTRA_PP_COMPONENTS = nsSearchService.js \
|
|
|
|
nsSearchSuggestions.js
|
|
|
|
|
|
|
|
DEFINES += -DMOZ_DISTRIBUTION_ID=$(MOZ_DISTRIBUTION_ID)
|
|
|
|
|
2012-02-04 09:32:24 -08:00
|
|
|
TEST_DIRS += tests
|
2011-04-15 03:40:43 -07:00
|
|
|
|
2008-09-13 14:01:14 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|