Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 36f64b14a8b5ae69d08990967445827a6517c102 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS = controlpanel hardware model view intro

sugardir = $(pkgdatadir)/shell
sugar_PYTHON =			\
	config.py           	\
	emulator.py		\
	logsmanager.py		\
	main.py			\
	shellservice.py

EXTRA_DIST = $(bin_SCRIPTS) $(conf_DATA)