2013-02-28 18:16:49 +04:00
|
|
|
# vim: set filetype=python:
|
2012-05-30 20:48:24 +04:00
|
|
|
# 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/.
|
2008-09-03 17:35:06 +04:00
|
|
|
|
2013-02-28 18:16:49 +04:00
|
|
|
if not CONFIG['NSS_DISABLE_DBM'] and CONFIG['MOZ_MORK']:
|
2013-05-07 17:13:16 +04:00
|
|
|
DIRS += [
|
|
|
|
'mork/public',
|
|
|
|
'mork/src',
|
|
|
|
'mork/build',
|
|
|
|
]
|