Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/Makefile.am
blob: a945960262a1a2a75f3e0ff778b826434222da10 (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
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		\
	spreadlayout.py		\
	toggletoolbutton.py	\
	toolbox.py		\
	toolbutton.py		\
	toolcombobox.py		\
	units.py		\
	window.py		\
	xocolor.py