15 lines
237 B
Makefile
15 lines
237 B
Makefile
SUBDIRS = model
|
|
|
|
sugardir = $(pythondir)/sugar/p2p
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
Buddy.py \
|
|
Group.py \
|
|
NotificationListener.py \
|
|
Notifier.py \
|
|
Service.py \
|
|
Stream.py \
|
|
MostlyReliablePipe.py \
|
|
network.py \
|
|
presence.py
|