Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/Makefile.am
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-07 17:26:39 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-07 17:26:39 (GMT)
commit7e324af1797a21576a54be290198721d405f744a (patch)
treeb10e7d7127d1547087488730c10462beeb427216 /sugar/graphics/Makefile.am
parent5d57b261eeb4f9cb70722bc4d6f95c1b1bd89d61 (diff)
Added toolbar and button controls.
Diffstat (limited to 'sugar/graphics/Makefile.am')
-rw-r--r--sugar/graphics/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/sugar/graphics/Makefile.am b/sugar/graphics/Makefile.am
index c419751..5638af7 100644
--- a/sugar/graphics/Makefile.am
+++ b/sugar/graphics/Makefile.am
@@ -2,6 +2,7 @@ sugardir = $(pythondir)/sugar/graphics
sugar_PYTHON = \
__init__.py \
bubble.py \
+ button.py \
canvasicon.py \
ClipboardBubble.py \
grid.py \
@@ -13,4 +14,5 @@ sugar_PYTHON = \
spreadbox.py \
style.py \
stylesheet.py \
- timeline.py
+ timeline.py \
+ toolbar.py