aboutsummaryrefslogtreecommitdiffstats
path: root/data/16x16/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-08 03:48:22 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-08 03:48:22 +0800
commitc7010d43264dafca66ff65540c5d6666f1c66e2a (patch)
treeb9913e0042b112a9e97eeb7b00521459a568b58c /data/16x16/Makefile.am
parent6e542b100fd2efcfb7b8a3b58bf173fed1e3e494 (diff)
downloadgsoc2013-empathy-c7010d43264dafca66ff65540c5d6666f1c66e2a.tar
gsoc2013-empathy-c7010d43264dafca66ff65540c5d6666f1c66e2a.tar.gz
gsoc2013-empathy-c7010d43264dafca66ff65540c5d6666f1c66e2a.tar.bz2
gsoc2013-empathy-c7010d43264dafca66ff65540c5d6666f1c66e2a.tar.lz
gsoc2013-empathy-c7010d43264dafca66ff65540c5d6666f1c66e2a.tar.xz
gsoc2013-empathy-c7010d43264dafca66ff65540c5d6666f1c66e2a.tar.zst
gsoc2013-empathy-c7010d43264dafca66ff65540c5d6666f1c66e2a.zip
[darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]
svn path=/trunk/; revision=32
Diffstat (limited to 'data/16x16/Makefile.am')
-rw-r--r--data/16x16/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/16x16/Makefile.am b/data/16x16/Makefile.am
new file mode 100644
index 000000000..1b12272c3
--- /dev/null
+++ b/data/16x16/Makefile.am
@@ -0,0 +1,13 @@
+icondir = $(datadir)/icons/hicolor/16x16/apps
+icon_DATA = \
+ empathy-available.png \
+ empathy-offline.png \
+ empathy-away.png \
+ empathy-extended-away.png \
+ empathy-busy.png \
+ empathy-pending.png \
+ empathy-message.png \
+ empathy-message-new.png \
+ empathy-typing.png
+
+EXTRA_DIST = $(icon_DATA)