Install the new PresenceService stuff

master
Marco Pesenti Gritti 18 years ago
parent 1590e15c25
commit d2fdd64003

@ -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

@ -0,0 +1,7 @@
sugardir = $(pkgdatadir)/shell
sugar_PYTHON = \
__init__.py \
Activity.py \
Buddy.py \
PresenceService.py \
Service.py
Loading…
Cancel
Save