other-licenses/android/moz.build

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:cc9858719dc0
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/.
6
7 UNIFIED_SOURCES += [
8 'ev_streams.c',
9 'ev_timers.c',
10 'getaddrinfo.c',
11 'ns_name.c',
12 'ns_netint.c',
13 'ns_parse.c',
14 'ns_samedomain.c',
15 'ns_ttl.c',
16 'res_comp.c',
17 'res_data.c',
18 'res_init.c',
19 'res_send.c',
20 ]
21
22 # These files can't be unified because of conflicting global variable names.
23 SOURCES += [
24 'ns_print.c',
25 'res_debug.c',
26 'res_mkquery.c',
27 'res_state.c',
28 ]
29
30 FINAL_LIBRARY = 'mozglue'

mercurial