8 lines
130 B
Makefile
8 lines
130 B
Makefile
|
sugardir = $(pkgdatadir)/shell/model
|
||
|
sugar_PYTHON = \
|
||
|
__init__.py \
|
||
|
Friends.py \
|
||
|
Invites.py \
|
||
|
Owner.py \
|
||
|
ShellModel.py
|