Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/Makefile.am
blob: 6343f1e9c034a6d28e98c1b6e2f0c50b4889dae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sugardir = $(pythondir)/sugar
sugar_PYTHON =		\
	BuddyList.py	\
	chat.py		\
	network.py	\
	presence.py	\
	p2p.py		\
	richtext.py

icondir = $(pkgdatadir)
icon_DATA =			\
	bubble.png		\
	bubbleOutline.png

EXTRA_DIST = $(icon_DATA)