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