diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-12 22:39:14 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-12 22:39:14 +0100 |
commit | 7c7017db3b05664283ff479dfea9255146645e6c (patch) | |
tree | 04a740734f090419dc068b532cac987f35c49b60 /Makefile.am | |
parent | Update ChangeLog, NEWS and README for 1.0 release. (diff) | |
download | redshift-ng-7c7017db3b05664283ff479dfea9255146645e6c.tar.gz redshift-ng-7c7017db3b05664283ff479dfea9255146645e6c.tar.bz2 redshift-ng-7c7017db3b05664283ff479dfea9255146645e6c.tar.xz |
Add scalable application icon.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 523eb36..6bf9c7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -# redshift +# redshift Program bin_PROGRAMS = redshift redshift_SOURCES = \ @@ -29,3 +29,9 @@ redshift_LDADD += \ $(X11_LIBS) $(X11_CFLAGS) \ $(XF86VM_LIBS) $(XF86VM_CFLAGS) endif + +# Icons +icondir = @datadir@/icons/hicolor/scalable/apps +icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg + +EXTRA_DIST = $(icon_DATA) |