Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/Makefile.am
blob: 303a9b9ccc5a0fe1b659f223a9c1861d10769d4e (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
25
26
27
sugardir = $(pythondir)/sugar/graphics
sugar_PYTHON =			\
	__init__.py		\
	animator.py		\
	icon.py			\
	iconbutton.py          	\
	canvasicon.py		\
	canvasentry.py		\
	color.py		\
	combobox.py		\
	font.py			\
	frame.py		\
	notebook.py		\
	objectchooser.py	\
	radiotoolbutton.py	\
	roundbox.py		\
	palette.py		\
	panel.py		\
	snowflakebox.py		\
	spreadbox.py		\
	toggletoolbutton.py	\
	toolbox.py		\
	toolbutton.py		\
	toolcombobox.py		\
	units.py		\
	window.py		\
	xocolor.py