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

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

EXTRA_DIST = $(icon_DATA)