2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; 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/.
|
|
|
|
|
2014-09-04 04:04:45 +04:00
|
|
|
SharedLibrary('plugin_child_interpose')
|
2013-06-17 23:21:01 +04:00
|
|
|
|
2013-11-26 20:38:52 +04:00
|
|
|
UNIFIED_SOURCES += [ "%s.mm" % (LIBRARY_NAME) ]
|
2013-10-24 03:00:23 +04:00
|
|
|
|
2014-08-06 02:25:33 +04:00
|
|
|
OS_LIBS += ['-framework Carbon']
|
2014-12-05 03:24:03 +03:00
|
|
|
|
2015-05-09 02:37:22 +03:00
|
|
|
DIST_INSTALL = True
|