blob: b8b12c3d42a07496d61e88b1eea2a59329ac7e8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
icondir = $(datadir)/icons/hicolor/scalable/apps
icon_DATA = \
empathy.svg \
empathy-available.svg \
empathy-offline.svg \
empathy-away.svg \
empathy-extended-away.svg \
empathy-busy.svg \
empathy-pending.svg \
empathy-proto-ekiga.svg \
empathy-proto-google-talk.svg \
empathy-proto-msn.svg \
empathy-proto-gizmo.svg \
empathy-proto-irc.svg \
empathy-proto-jabber.svg
EXTRA_DIST = $(icon_DATA)
|