13 lines
193 B
Makefile
13 lines
193 B
Makefile
|
sugardir = $(pythondir)/sugar
|
||
|
sugar_PYTHON = \
|
||
|
BuddyList.py \
|
||
|
chat.py \
|
||
|
network.py \
|
||
|
presence.py \
|
||
|
richtext.py
|
||
|
|
||
|
icondir = $(pkgdatadir)
|
||
|
icon_DATA = \
|
||
|
bubble.png \
|
||
|
bubbleOutline.png
|