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