Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/view/home/Makefile.am5
-rw-r--r--sugar/graphics/Makefile.am1
2 files changed, 3 insertions, 3 deletions
diff --git a/shell/view/home/Makefile.am b/shell/view/home/Makefile.am
index ddf9653..0d57380 100644
--- a/shell/view/home/Makefile.am
+++ b/shell/view/home/Makefile.am
@@ -2,9 +2,8 @@ sugardir = $(pkgdatadir)/shell/view/home
sugar_PYTHON = \
__init__.py \
DonutItem.py \
- FriendsGroup.py \
- IconLayout.py \
+ FriendsBox.py \
HomeGroup.py \
HomeWindow.py \
- MeshGroup.py \
+ MeshBox.py \
MyIcon.py
diff --git a/sugar/graphics/Makefile.am b/sugar/graphics/Makefile.am
index 8ad8b8e..3ad92f9 100644
--- a/sugar/graphics/Makefile.am
+++ b/sugar/graphics/Makefile.am
@@ -5,4 +5,5 @@ sugar_PYTHON = \
grid.py \
menuicon.py \
menu.py \
+ spreadlayout.py \
style.py