Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2/Makefile.am
blob: fbd3125c7b63dfb211fa394e5772f9f54262363d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
sugardir = $(pkgdatadir)/services/presence2
sugar_PYTHON = \
	__init__.py \
	activity.py \
	buddy.py \
	buddyiconcache.py \
	linklocal_plugin.py \
	presenceservice.py \
	server_plugin.py

bin_SCRIPTS = sugar-presence-service2

EXTRA_DIST = $(bin_SCRIPTS)