7 lines
122 B
Makefile
7 lines
122 B
Makefile
|
sugardir = $(pythondir)/sugar/p2p/model
|
||
|
sugar_PYTHON = \
|
||
|
__init__.py \
|
||
|
LocalModel.py \
|
||
|
RemoteModel.py \
|
||
|
Store.py
|