Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 4bdb346..5e1cbbb 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = data
+SUBDIRS = PresenceService data
bin_SCRIPTS = \
sugar \
@@ -10,6 +10,7 @@ sugardir = $(pkgdatadir)/shell
sugar_PYTHON = \
__init__.py \
ActivitiesModel.py \
+ ActivityHost.py \
ActivityRegistry.py \
ConsoleWindow.py \
Emulator.py \