9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
|
|
# -*- Mode: Python; -*-
|
||
|
|
|
||
|
|
include_rules = [
|
||
|
|
# libcast common code must depend on neither the sender nor the receiver.
|
||
|
|
'+cast/common',
|
||
|
|
'+discovery/common',
|
||
|
|
'+discovery/public',
|
||
|
|
]
|