8 lines
142 B
Makefile
8 lines
142 B
Makefile
|
sugardir = $(pythondir)/sugar/session
|
||
|
sugar_PYTHON = \
|
||
|
__init__.py \
|
||
|
DbusProcess.py \
|
||
|
Emulator.py \
|
||
|
MatchboxProcess.py \
|
||
|
Process.py
|