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