2013-04-01 22:36:59 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:20 +04:00
|
|
|
# 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/.
|
|
|
|
|
2013-06-17 23:21:01 +04:00
|
|
|
LIBRARY_NAME = 'plugin_child_interpose'
|
|
|
|
|
2013-11-26 20:38:52 +04:00
|
|
|
UNIFIED_SOURCES += [ "%s.mm" % (LIBRARY_NAME) ]
|
2013-10-24 03:00:23 +04:00
|
|
|
|
2013-11-26 20:38:52 +04:00
|
|
|
UNIFIED_SOURCES += [
|
2013-07-01 20:32:40 +04:00
|
|
|
'plugin_child_quirks.mm',
|
|
|
|
]
|
2013-11-19 06:47:45 +04:00
|
|
|
|
|
|
|
FORCE_SHARED_LIB = True
|
2014-03-11 04:18:33 +04:00
|
|
|
|
|
|
|
EXTRA_DSO_LDOPTS += ['-framework Carbon']
|