diff options
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 |