diff options
author | Balló György <[email protected]> | 2015-07-29 11:34:11 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-14 15:59:49 +0200 |
commit | 090de4463a26a35dbd0eb7c4d7439061e9e162a4 (patch) | |
tree | c666488bf4fc747b684312375e553fb4994a88b4 /icons/Makefile.am | |
parent | b838c8c828d2d4e988b10b18f5f734f29bcac28c (diff) | |
download | mate-desktop-090de4463a26a35dbd0eb7c4d7439061e9e162a4.tar.bz2 mate-desktop-090de4463a26a35dbd0eb7c4d7439061e9e162a4.tar.xz |
Add source svg for mate icon
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 786bb26..0db7ca0 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -14,8 +14,13 @@ public_icons = \ hicolor_apps_scalable_mate-symbolic.svg \ $(NULL) +noinst_DATA = \ + mate.svg \ + $(NULL) + EXTRA_DIST = \ $(public_icons) \ + $(noinst_DATA) \ $(NULL) ############################################################################### |