Fix typo in 9b54bd30006c008b4a951331b273613d5bac3abf
[pm.git] / intl / build / moz.build
blob26bae09dd29908f6e5dabc175e1be8c7e6b30397
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 SOURCES += [
8     'nsI18nModule.cpp',
11 FINAL_LIBRARY = 'xul'
12 CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
13 LOCAL_INCLUDES += [
14     '../locale',
15     '../lwbrk',
16     '../strres',
17     '../uconv',
18     '../unicharutil',