8 lines
134 B
Makefile
8 lines
134 B
Makefile
|
sugardir = $(pkgdatadir)/shell
|
||
|
sugar_PYTHON = \
|
||
|
__init__.py \
|
||
|
Activity.py \
|
||
|
Buddy.py \
|
||
|
PresenceService.py \
|
||
|
Service.py
|