diff options
author | Vincent Untz <[email protected]> | 2012-02-02 14:04:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 13:01:37 +0200 |
commit | cfe060300ff10557f8805eee176604095c48cc2d (patch) | |
tree | c52c7f5d23819a981635089f021a9de032461c14 /applets/clock/pixmaps/Makefile.am | |
parent | c61d3711954a959ebc7c957ac4f39c8ca3b783e9 (diff) | |
download | mate-panel-cfe060300ff10557f8805eee176604095c48cc2d.tar.bz2 mate-panel-cfe060300ff10557f8805eee176604095c48cc2d.tar.xz |
clock: Convert to GResource
origin commits:
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=aa2895d
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9ade365
Diffstat (limited to 'applets/clock/pixmaps/Makefile.am')
-rw-r--r-- | applets/clock/pixmaps/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/applets/clock/pixmaps/Makefile.am b/applets/clock/pixmaps/Makefile.am index 3e9f5077..d041e6a9 100644 --- a/applets/clock/pixmaps/Makefile.am +++ b/applets/clock/pixmaps/Makefile.am @@ -1,6 +1,4 @@ -icondir = $(datadir)/mate-panel/pixmaps -icon_DATA = \ - clock-calendar-icon.png \ +icon_FILES = \ clock-face-large.svg \ clock-face-small.svg \ clock-face-small-morning.svg \ @@ -14,7 +12,7 @@ icon_DATA = \ EXTRA_DIST = \ clock-map.svg \ - $(icon_DATA) + $(icon_FILES) MAINTAINERCLEANFILES = Makefile.in |