9 lines
169 B
Makefile
9 lines
169 B
Makefile
sugardir = $(pkgdatadir)/shell/model/devices
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
device.py \
|
|
devicesmodel.py \
|
|
battery.py \
|
|
wirednetwork.py \
|
|
wirelessnetwork.py
|