18 lines
303 B
Makefile
18 lines
303 B
Makefile
bin_SCRIPTS = sugar sugar-activity
|
|
|
|
sugardir = $(pkgdatadir)/shell
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
ActivityRegistry.py \
|
|
ConsoleLogger.py \
|
|
Emulator.py \
|
|
Owner.py \
|
|
HomeWindow.py \
|
|
PeopleWindow.py \
|
|
PresenceView.py \
|
|
Process.py \
|
|
Session.py \
|
|
Shell.py
|
|
|
|
EXTRA_DIST = sugar
|