summaryrefslogtreecommitdiff
path: root/logview/data/icons/Makefile.am
diff options
context:
space:
mode:
authorBalló György <[email protected]>2015-07-29 11:30:14 +0200
committerraveit65 <[email protected]>2015-09-02 11:03:10 +0200
commit93511208ffbafda37d9e33da663248dc9dad0abf (patch)
tree4da827384e9898980744d6ad20025078d6bc396e /logview/data/icons/Makefile.am
parent669179007231d19fbb02423b45b8351ba3d59546 (diff)
downloadmate-utils-93511208ffbafda37d9e33da663248dc9dad0abf.tar.bz2
mate-utils-93511208ffbafda37d9e33da663248dc9dad0abf.tar.xz
logview: ship the SVG source for the new hires icon
Based on this commit for gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=99b2827aa3fc996e6314467204841cf7ee599293
Diffstat (limited to 'logview/data/icons/Makefile.am')
-rw-r--r--logview/data/icons/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/logview/data/icons/Makefile.am b/logview/data/icons/Makefile.am
index a87353f7..20f0da67 100644
--- a/logview/data/icons/Makefile.am
+++ b/logview/data/icons/Makefile.am
@@ -13,8 +13,13 @@ public_icons = \
hicolor_apps_scalable_mate-system-log-symbolic.svg \
$(NULL)
+noinst_DATA = \
+ logview.svg \
+ $(NULL)
+
EXTRA_DIST = \
$(public_icons) \
+ $(noinst_DATA) \
$(NULL)
###############################################################################