Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-19 19:06:18 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-19 19:06:18 (GMT)
commitd2fdd6400348b2adc08b99e69e67c64aa092ac65 (patch)
tree20cb781853da18b29cb9dc3c66ac467e7ea16396 /shell
parent1590e15c2569a3d1478286d21027d43a79d973da (diff)
Install the new PresenceService stuff
Diffstat (limited to 'shell')
-rw-r--r--shell/PresenceService/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/PresenceService/Makefile.am b/shell/PresenceService/Makefile.am
new file mode 100644
index 0000000..908b00e
--- /dev/null
+++ b/shell/PresenceService/Makefile.am
@@ -0,0 +1,7 @@
+sugardir = $(pkgdatadir)/shell
+sugar_PYTHON = \
+ __init__.py \
+ Activity.py \
+ Buddy.py \
+ PresenceService.py \
+ Service.py