sugar-toolkit-gtk3/chat/Makefile.am

16 lines
231 B
Makefile
Raw Normal View History

2006-04-26 06:18:21 +02:00
sugardir = $(pythondir)/sugar
sugar_PYTHON = \
BuddyList.py \
chat.py \
network.py \
presence.py \
2006-05-08 21:48:34 +02:00
p2p.py \
2006-04-26 06:18:21 +02:00
richtext.py
icondir = $(pkgdatadir)
icon_DATA = \
bubble.png \
bubbleOutline.png
2006-05-08 19:37:05 +02:00
EXTRA_DIST = $(icon_DATA)