2016-10-19 02:18:12 +03:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# 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/.
|
|
|
|
|
|
|
|
DIRS += [
|
2017-03-01 03:24:43 +03:00
|
|
|
'common',
|
2016-10-19 02:18:12 +03:00
|
|
|
'interface',
|
2017-03-01 03:24:43 +03:00
|
|
|
'messagemanager',
|
2017-05-23 23:36:28 +03:00
|
|
|
'shmem'
|
2016-10-19 02:18:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
if CONFIG['LIBFUZZER']:
|
|
|
|
DIRS += [
|
|
|
|
'libfuzzer',
|
|
|
|
]
|