Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-12 12:02:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-12 12:02:29 (GMT)
commitbe806eb1918f7db90e661b5fcb4e260a0b1ba669 (patch)
tree09ca8d2341d5875c1623801516a5f32bf1626063 /shell/Makefile.am
parentca2b08f8b6fb1bc54a4e4f9cfc457f57cf958c7f (diff)
More cleanups and some fixes
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 486c497..ff0a450 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -2,12 +2,14 @@ bin_SCRIPTS = sugar
sugardir = $(pkgdatadir)/shell
sugar_PYTHON = \
- __init__.py \
+ __init__.py \
ActivityRegistry.py \
ConsoleLogger.py \
- Owner.py \
+ Emulator.py \
+ Owner.py \
HomeWindow.py \
PresenceWindow.py \
+ Process.py \
Session.py \
Shell.py