diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/icons/48x48/Makefile.am | 4 | ||||
-rw-r--r-- | data/icons/48x48/totem.png | bin | 0 -> 5045 bytes | |||
-rw-r--r-- | data/icons/Makefile.am | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am new file mode 100644 index 00000000..5771d705 --- /dev/null +++ b/data/icons/48x48/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/48x48/apps +icon_DATA = totem.png + +EXTRA_DIST = $(icon_DATA) diff --git a/data/icons/48x48/totem.png b/data/icons/48x48/totem.png Binary files differnew file mode 100644 index 00000000..f3723dda --- /dev/null +++ b/data/icons/48x48/totem.png diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index ca482143..31513f34 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1 +1 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable |