Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/sugar/presence/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sugar/presence/Makefile.am')
-rw-r--r--lib/sugar/presence/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/sugar/presence/Makefile.am b/lib/sugar/presence/Makefile.am
new file mode 100644
index 0000000..cb52a41
--- /dev/null
+++ b/lib/sugar/presence/Makefile.am
@@ -0,0 +1,8 @@
+sugardir = $(pythondir)/sugar/presence
+sugar_PYTHON = \
+ __init__.py \
+ activity.py \
+ buddy.py \
+ tubeconn.py \
+ presenceservice.py
+