Add makefile for presence module

This commit is contained in:
Dan Williams 2006-06-14 14:43:56 -04:00
parent 1cdaf97f20
commit 4a7aac0e01

View File

@ -0,0 +1,7 @@
sugardir = $(pythondir)/sugar/presence
sugar_PYTHON = \
__init__.py \
Buddy.py \
Group.py \
PresenceService.py \
Service.py