blob: 450851c1262493c279956c763c55456642e7ce08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
icondir = $(datadir)/icons/hicolor/22x22/apps
icon_DATA = \
empathy.png \
empathy-new-message.png \
empathy-group-message.png \
empathy-proto-ekiga.png \
empathy-proto-google-talk.png \
empathy-proto-msn.png \
empathy-proto-gizmo.png \
empathy-proto-irc.png \
empathy-proto-jabber.png \
empathy-proto-salut.png
EXTRA_DIST = $(icon_DATA)
|