From ddddde54b17b860794f87f5a034604399e2540da Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 9 Aug 2006 15:05:45 -0400 Subject: [PATCH] Add ChatController.py to the makefile --- shell/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/Makefile.am b/shell/Makefile.am index 408f6ed0..82812dd7 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -14,6 +14,7 @@ sugar_PYTHON = \ ActivitiesModel.py \ ActivityHost.py \ ActivityRegistry.py \ + ChatController.py \ ConsoleWindow.py \ Emulator.py \ Owner.py \