Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/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/view/home/Makefile.am
parentca19f0f25100006c0f6c84e405e2e6a0cecdd15b (diff)
Move the view to his own module
Diffstat (limited to 'shell/view/home/Makefile.am')
-rw-r--r--shell/view/home/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/view/home/Makefile.am b/shell/view/home/Makefile.am
new file mode 100644
index 0000000..ddf9653
--- /dev/null
+++ b/shell/view/home/Makefile.am
@@ -0,0 +1,10 @@
+sugardir = $(pkgdatadir)/shell/view/home
+sugar_PYTHON = \
+ __init__.py \
+ DonutItem.py \
+ FriendsGroup.py \
+ IconLayout.py \
+ HomeGroup.py \
+ HomeWindow.py \
+ MeshGroup.py \
+ MyIcon.py