summaryrefslogtreecommitdiff
path: root/src/server/Makefile.am
blob: 4a1255731d662d46b4db4eb0b4a1fc737e561e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
telepathydir = $(pythondir)/telepathy/server
telepathy_PYTHON = \
	channelhandler.py \
	channelmanager.py \
	channel.py \
	connmgr.py \
	conn.py \
	debug.py \
	handle.py \
	__init__.py \
	media.py \
	properties.py

clean-local:
	rm -rf *.pyc