12 lines
196 B
Makefile
12 lines
196 B
Makefile
SUBDIRS = model
|
|
|
|
sugardir = $(pythondir)/sugar/p2p
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
NotificationListener.py \
|
|
Notifier.py \
|
|
Stream.py \
|
|
MostlyReliablePipe.py \
|
|
network.py \
|
|
presence.py
|