8 lines
138 B
Python
8 lines
138 B
Python
# -*- Mode: Python; -*-
|
|
|
|
include_rules = [
|
|
# libcast sender code must not depend on the receiver.
|
|
'+cast/common',
|
|
'+cast/sender',
|
|
]
|