17 lines
268 B
Makefile
17 lines
268 B
Makefile
bin_SCRIPTS = sugar
|
|
|
|
sugardir = $(pkgdatadir)/shell
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
ActivityRegistry.py \
|
|
ConsoleLogger.py \
|
|
Emulator.py \
|
|
Owner.py \
|
|
HomeWindow.py \
|
|
PresenceWindow.py \
|
|
Process.py \
|
|
Session.py \
|
|
Shell.py
|
|
|
|
EXTRA_DIST = sugar
|