Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent1590e15c2569a3d1478286d21027d43a79d973da (diff)
Install the new PresenceService stuff
-rw-r--r--configure.ac1
-rw-r--r--shell/PresenceService/Makefile.am7
2 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5714436..f93ea48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ activities/browser/Makefile
activities/chat/Makefile
shell/Makefile
shell/data/Makefile
+shell/PresenceService/Makefile
sugar/Makefile
sugar/__installed__.py
sugar/activity/Makefile
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