From 8f9f473073df75e5dd0c5443f7ba67c2434da7d4 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 3 Oct 2006 17:12:34 +0200 Subject: [PATCH] Fix makefiles --- shell/view/home/Makefile.am | 5 ++--- sugar/graphics/Makefile.am | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/view/home/Makefile.am b/shell/view/home/Makefile.am index ddf9653a..0d573804 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 8ad8b8e0..3ad92f9b 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