Bug 932076 - Add check for MediaExtractor creation failure. r=doublec
[gecko.git] / mozglue / linker / moz.build
blobedd360c0c7ca22b0688d0b1e5578c7d5f44cb3cb
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 MODULE = 'mozglue'
9 SOURCES += [
10     'CustomElf.cpp',
11     'ElfLoader.cpp',
12     'Mappable.cpp',
13     'SeekableZStream.cpp',
14     'Zip.cpp',
17 LIBRARY_NAME = 'linker'
19 HOST_SOURCES += [
20     'SeekableZStream.cpp',
21     'szip.cpp',
24 FORCE_STATIC_LIB = True