cbd3a52a68
is no nick name in the env. I'm not sure this is the best approach, we need to figure it out. First go at the new simulator.
16 lines
288 B
Makefile
16 lines
288 B
Makefile
SUBDIRS = activity chat graphics p2p presence session
|
|
|
|
sugardir = $(pythondir)/sugar
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
__installed__.py \
|
|
env.py \
|
|
logger.py \
|
|
setup.py \
|
|
oldsimulator.py \
|
|
simulator.py \
|
|
TracebackUtils.py \
|
|
util.py
|
|
|
|
EXTRA_DIST = __uninstalled__.py
|