Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
blob: ecf7329aa7e6f2e06eb3da93be1809390f68de18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = data

bin_SCRIPTS = sugar sugar-activity

sugardir = $(pkgdatadir)/shell
sugar_PYTHON =				\
	__init__.py			\
	ActivitiesModel.py		\
	ActivityRegistry.py		\
	ConsoleLogger.py		\
	Emulator.py			\
	Owner.py			\
	HomeWindow.py			\
	PeopleWindow.py			\
	PresenceView.py			\
	Process.py			\
	Session.py			\
	Shell.py

EXTRA_DIST = sugar