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

bin_SCRIPTS = 				\
	sugar				\
	sugar-activity			\
	sugar-activity-factory		\
	sugar-console			\
	sugar-people			\
	sugar-zoom			\
	sugar-presence-service

sugardir = $(pkgdatadir)/shell
sugar_PYTHON =				\
	__init__.py			\
	ActivityHost.py			\
	ActivityRegistry.py		\
	ChatController.py		\
	ConsoleWindow.py		\
	Owner.py			\
	PeopleWindow.py			\
	PresenceView.py			\
	Shell.py

EXTRA_DIST = sugar