summaryrefslogtreecommitdiffstats
path: root/mailnews/import/oexpress/moz.build
blob: 5a34ce8e6b72b95e144779166a39c9732e9dbd38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim: set filetype=python:
# 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/.

SOURCES += [
    'nsOE5File.cpp',
    'nsOEAddressIterator.cpp',
    'nsOEImport.cpp',
    'nsOEMailbox.cpp',
    'nsOERegUtil.cpp',
    'nsOEScanBoxes.cpp',
    'nsOESettings.cpp',
    'nsOEStringBundle.cpp',
    'WabObject.cpp',
]

FINAL_LIBRARY = 'import'