diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-12-14 01:49:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-14 01:49:57 +0800 |
commit | 71945818b331bed419641be4ac4be550c204b642 (patch) | |
tree | 18ab207b09d47ab76b67eaa7d37f2e10152e9c84 /data/icons/32x32/status | |
parent | c697183a9086194f60a2960560fab9db05bb7138 (diff) | |
download | gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.gz gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.bz2 gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.lz gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.xz gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.tar.zst gsoc2013-epiphany-71945818b331bed419641be4ac4be550c204b642.zip |
Dist the icon sources.
2006-12-13 Christian Persch <chpe@cvs.gnome.org>
* data/icons/16x16/actions/Makefile.am:
* data/icons/22x22/actions/Makefile.am:
* data/icons/24x24/actions/Makefile.am:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/status/Makefile.am:
Dist the icon sources.
Diffstat (limited to 'data/icons/32x32/status')
-rw-r--r-- | data/icons/32x32/status/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/icons/32x32/status/Makefile.am b/data/icons/32x32/status/Makefile.am index b66860a55..5ea26773d 100644 --- a/data/icons/32x32/status/Makefile.am +++ b/data/icons/32x32/status/Makefile.am @@ -3,8 +3,13 @@ size = 32x32 context = status iconsdir = $(themedir)/$(size)/$(context) + icons_DATA = \ popup-hidden.png +noinst_DATA = \ + popup-hidden.svg + EXTRA_DIST = \ - $(icons_DATA) + $(icons_DATA) \ + $(noinst_DATA) |