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

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

EXTRA_DIST = $(icon_DATA)