16 lines
298 B
Makefile
16 lines
298 B
Makefile
SUBDIRS = activity chat clipboard graphics p2p presence datastore
|
|
|
|
sugardir = $(pythondir)/sugar
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
__installed__.py \
|
|
emulator.py \
|
|
env.py \
|
|
logger.py \
|
|
profile.py \
|
|
simulator.py \
|
|
TracebackUtils.py \
|
|
util.py
|
|
|
|
EXTRA_DIST = __uninstalled__.py
|