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

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