diff --git a/sugar/presence/Makefile.am b/sugar/presence/Makefile.am new file mode 100644 index 00000000..6987fef6 --- /dev/null +++ b/sugar/presence/Makefile.am @@ -0,0 +1,7 @@ +sugardir = $(pythondir)/sugar/presence +sugar_PYTHON = \ + __init__.py \ + Buddy.py \ + Group.py \ + PresenceService.py \ + Service.py