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-15 11:23:21 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 11:23:21 (GMT)
commitbcc1740f7f514f04629cecb7536c93d4feaf83cf (patch)
treea96559839563cf01d08c8132d8fd71e8a35a17ef /shell/Makefile.am
parentca19f0f25100006c0f6c84e405e2e6a0cecdd15b (diff)
Move the view to his own module
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 69dbe87..1bf373d 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = conf data frame home model PresenceService
+SUBDIRS = conf data model view PresenceService
bin_SCRIPTS = \
sugar \
@@ -10,12 +10,6 @@ bin_SCRIPTS = \
sugardir = $(pkgdatadir)/shell
sugar_PYTHON = \
__init__.py \
- ActivityHost.py \
- ConsoleWindow.py \
- FirstTimeDialog.py \
- FriendIcon.py \
- FriendPopup.py \
- Shell.py \
Session.py
EXTRA_DIST = $(bin_SCRIPTS)