Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/p2p/Makefile.am
blob: 224bc3cd74a580e9b50eb2285979eb50dad5658b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = model

sugardir = $(pythondir)/sugar/p2p
sugar_PYTHON =			\
	__init__.py		\
	Buddy.py		\
	Group.py		\
	NotificationListener.py	\
	Notifier.py		\
	Service.py		\
	Stream.py		\
	MostlyReliablePipe.py \
	network.py		\
	presence.py