9 lines
156 B
Makefile
9 lines
156 B
Makefile
sugardir = $(pythondir)/sugar/shell
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
activity.py \
|
|
shell.py \
|
|
Owner.py \
|
|
PresenceWindow.py \
|
|
StartPage.py
|