diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-04-11 17:38:05 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-04-11 17:38:05 +0200 |
commit | 2e2176f062b84da4652eb24d21979d51b4bdb061 (patch) | |
tree | 994744d0ddd8f9aafd5dbde46093b105bbb76ef4 /icons/Makefile.am | |
parent | 38e63bd716c468d3deafcd04b9670b731d7fbbed (diff) | |
download | mate-desktop-2e2176f062b84da4652eb24d21979d51b4bdb061.tar.bz2 mate-desktop-2e2176f062b84da4652eb24d21979d51b4bdb061.tar.xz |
enable installation of mate.svg
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index c869173..6fc233a 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -11,16 +11,12 @@ public_icons = \ hicolor_apps_32x32_mate.png \ hicolor_apps_48x48_mate.png \ hicolor_apps_256x256_mate.png \ + hicolor_apps_scalable_mate.svg \ hicolor_apps_scalable_mate-symbolic.svg \ $(NULL) -noinst_DATA = \ - mate.svg \ - $(NULL) - EXTRA_DIST = \ $(public_icons) \ - $(noinst_DATA) \ $(NULL) ############################################################################### |