diff options
author | Francesco Marella <francesco.marella@gmail.com> | 2010-06-04 12:31:23 +0200 |
---|---|---|
committer | Francesco Marella <francesco.marella@gmail.com> | 2010-06-04 12:31:23 +0200 |
commit | 103c52c06c9d386aeb7cb973d7e5168d95debd7f (patch) | |
tree | 4a97c977c9a539a9a3c0a80d863502da9422aa68 /Makefile.am | |
parent | Implement the application panel indicator for redshift (diff) | |
download | redshift-ng-103c52c06c9d386aeb7cb973d7e5168d95debd7f.tar.gz redshift-ng-103c52c06c9d386aeb7cb973d7e5168d95debd7f.tar.bz2 redshift-ng-103c52c06c9d386aeb7cb973d7e5168d95debd7f.tar.xz |
Add redshift-idle icon.
Royalty-Free, thanks to Joern Konopka <cldx3000@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 70df15e..b2ba5d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ ACLOCAL_AMFLAGS = -I m4 # Icons icondir = @datadir@/icons/hicolor/scalable/apps -icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg +icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg \ + data/icons/hicolor/scalable/apps/redshift-idle.svg EXTRA_DIST = $(icon_DATA) |