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-09-10 00:35:53 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-10 00:35:53 (GMT)
commit47cc58b1e648a586252046eb79339357cd38f939 (patch)
tree90ab614b2dc05472686b4dbe593d580735a4e16f /shell/Makefile.am
parentf4f70d22f1d29d24b7234e9a6fb3203deec5adfa (diff)
Make part of the session public so that it can used by tests
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 3370e2d..f9a6268 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = conf data session frame home PresenceService
+SUBDIRS = conf data frame home PresenceService
bin_SCRIPTS = \
sugar \
@@ -17,6 +17,7 @@ sugar_PYTHON = \
Friends.py \
Invites.py \
Owner.py \
- Shell.py
+ Shell.py \
+ Session.py
EXTRA_DIST = $(bin_SCRIPTS)