Bumping manifests a=b2g-bump
[gecko.git] / other-licenses / bsdiff / moz.build
blobe12a40f885348c364d406b83ed21d48ea1296d95
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 HOST_SOURCES += [
8     'bsdiff.c',
11 HostProgram('mbsdiff')
13 if CONFIG['MOZ_NATIVE_BZ2']:
14     HOST_OS_LIBS += CONFIG['MOZ_BZ2_LIBS']
15 else:
16     HOST_USE_LIBS += [
17         'hostbz2',
18     ]
20 if CONFIG['HOST_OS_ARCH'] == 'WINNT':
21     HOST_OS_LIBS += [
22         'ws2_32',
23     ]
25 LOCAL_INCLUDES += [
26     '/toolkit/mozapps/update/updater',