11 lines
178 B
Makefile
11 lines
178 B
Makefile
sugardir = $(pythondir)/sugar/p2p
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
Buddy.py \
|
|
Group.py \
|
|
Service.py \
|
|
StreamReader.py \
|
|
StreamWriter.py \
|
|
network.py \
|
|
presence.py
|