Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
new file mode 100644
index 0000000..1080b7d
--- /dev/null
+++ b/shell/Makefile.am
@@ -0,0 +1,8 @@
+sugardir = $(pythondir)/sugar/shell
+sugar_PYTHON = \
+ __init__.py \
+ activity.py \
+ shell.py \
+ Owner.py \
+ PresenceWindow.py \
+ StartPage.py