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-06-21 20:05:52 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-21 20:05:52 (GMT)
commit9ea68051741d6e7b0bde4e6c7326cde4a14f6238 (patch)
treea41c5b1c25140173c90459ac58388002067f2c99 /shell/Makefile.am
parentf4e2791c897651d52980d35b84115e7c7f85a249 (diff)
More work on packages refactoring, mostly working
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 1080b7d..e044fa2 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,8 +1,12 @@
-sugardir = $(pythondir)/sugar/shell
+SUBDIRS = google session
+
+bin_SCRIPTS = sugar
+
+sugardir = $(pkgdatadir)/shell
sugar_PYTHON = \
__init__.py \
- activity.py \
shell.py \
Owner.py \
PresenceWindow.py \
- StartPage.py
+ StartPage.py \
+ WindowManager.py