diff options
author | jstebbins <[email protected]> | 2014-03-18 21:02:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-03-18 21:02:54 +0000 |
commit | 198fe997039d9f659a413f8c85e501aac89d3e10 (patch) | |
tree | 8fb03ce01e77f0477c13fd886fc5eab942e6fb69 /gtk/src/Makefile.am | |
parent | a11ce4d02377cef1b40d040f86d2f6a4fa80b2f1 (diff) |
LinGui: Fix list of icons that get installed to /usr/share/icons
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6123 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 76d7588d2..2ad120755 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -1,14 +1,7 @@ ## Process this file with automake to produce Makefile.in icons = \ - hb-icon.256.png \ - hb-icon.128.png \ - hb-icon.64.png \ - hb-icon.48.png \ - hb-icon.32.png \ - hb-icon.24.png \ - hb-icon.22.png \ - hb-icon.16.png + hb-icon.svg icons_dep = \ hb-icon.svg \ |