2
# This Source Code Form is subject to the terms of the Mozilla Public
3
# License, v. 2.0. If a copy of the MPL was not distributed with this
4
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
topsrcdir = @top_srcdir@
10
relativesrcdir = @relativesrcdir@
12
include $(DEPTH)/config/autoconf.mk
14
include $(topsrcdir)/config/config.mk
18
include $(topsrcdir)/config/rules.mk
21
-I$(MOZILLA_SRCDIR)/xpcom/tests \
22
-I$(topsrcdir)/mailnews/base/util \
26
ifndef MOZILLA_INTERNAL_API
27
LIBS += $(XPCOM_GLUE_LDOPTS)
31
../src/$(LIB_PREFIX)msgimap_s.$(LIB_SUFFIX) \
32
../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) \