From ca56406aa4f352f889dae70187e89e1d7acd4f7a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 29 Sep 2006 16:46:12 -0400 Subject: [PATCH] Add OverlayWindow to makefile --- shell/view/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/view/Makefile.am b/shell/view/Makefile.am index e932ff06..e1db8698 100644 --- a/shell/view/Makefile.am +++ b/shell/view/Makefile.am @@ -9,4 +9,5 @@ sugar_PYTHON = \ FirstTimeDialog.py \ BuddyIcon.py \ BuddyMenu.py \ + OverlayWindow.py \ Shell.py