8 lines
130 B
Makefile
8 lines
130 B
Makefile
|
sugardir = $(pythondir)/sugar/presence
|
||
|
sugar_PYTHON = \
|
||
|
__init__.py \
|
||
|
Buddy.py \
|
||
|
Group.py \
|
||
|
PresenceService.py \
|
||
|
Service.py
|