~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-updates

« back to all changes in this revision

Viewing changes to mailnews/imap/test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-08 10:00:06 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20121108100006-xpf89hktfitzuqc3
Tags: 1.9+build1-0ubuntu0.11.10.1
* New upstream stable release to support Thunderbird 17 (CALENDAR_1_9_BUILD1)
  - see LP: #1080212 for USN information

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
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/.
 
5
 
 
6
DEPTH           = @DEPTH@
 
7
topsrcdir       = @top_srcdir@
 
8
srcdir          = @srcdir@
 
9
VPATH           = @srcdir@
 
10
relativesrcdir = @relativesrcdir@
 
11
 
 
12
include $(DEPTH)/config/autoconf.mk
 
13
 
 
14
include $(topsrcdir)/config/config.mk
 
15
 
 
16
XPCSHELL_TESTS = unit
 
17
 
 
18
include $(topsrcdir)/config/rules.mk
 
19
 
 
20
LOCAL_INCLUDES = \
 
21
                -I$(MOZILLA_SRCDIR)/xpcom/tests \
 
22
                -I$(topsrcdir)/mailnews/base/util \
 
23
                -I$(srcdir)/../src \
 
24
                $(NULL)
 
25
 
 
26
ifndef MOZILLA_INTERNAL_API
 
27
LIBS += $(XPCOM_GLUE_LDOPTS)
 
28
endif
 
29
 
 
30
LIBS +=         \
 
31
                ../src/$(LIB_PREFIX)msgimap_s.$(LIB_SUFFIX) \
 
32
                ../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) \
 
33
                $(XPCOM_LIBS) \
 
34
                $(NSPR_LIBS) \
 
35
                $(MOZ_ZLIB_LIBS) \
 
36
                $(NULL)