9 lines
163 B
Makefile
9 lines
163 B
Makefile
sugardir = $(pythondir)/sugar/p2p
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
NotificationListener.py \
|
|
Notifier.py \
|
|
Stream.py \
|
|
MostlyReliablePipe.py \
|
|
network.py
|