Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/view/Makefile.am
blob: 1e8b0eb15d697d62c046d4bfe89023f7fd1cc16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sugardir = $(pythondir)/jarabe/view
sugar_PYTHON =				\
	__init__.py			\
	buddyicon.py			\
	buddymenu.py			\
	customizebundle.py		\
	gesturehandler.py		\
	keyhandler.py			\
	launcher.py			\
	palettes.py			\
	pulsingicon.py			\
	service.py			\
	tabbinghandler.py		\
	viewsource.py