6ebe910e93
the factory service from the public API. The Exec field will now launch an activity instance. Add a -s argument to sugar-activity to enable the single process mode for activities that really need it.
10 lines
195 B
Makefile
10 lines
195 B
Makefile
sugardir = $(pythondir)/sugar/activity
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
activity.py \
|
|
activityfactory.py \
|
|
activityhandle.py \
|
|
activityservice.py \
|
|
bundlebuilder.py \
|
|
registry.py
|