From 88da2c7e2d83bce4bcae8c4f83432f5484fb6e8d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 2 Oct 2006 15:41:44 -0400 Subject: [PATCH] Update makefile --- shell/view/frame/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/view/frame/Makefile.am b/shell/view/frame/Makefile.am index 8d951142..01458cc9 100644 --- a/shell/view/frame/Makefile.am +++ b/shell/view/frame/Makefile.am @@ -1,9 +1,9 @@ sugardir = $(pkgdatadir)/shell/view/frame sugar_PYTHON = \ __init__.py \ + ActivitiesBox.py \ RightPanel.py \ PanelWindow.py \ Frame.py \ - TopPanel.py \ - BottomPanel.py \ + ZoomBox.py \ MenuStrategy.py