diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-14 00:19:40 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-14 00:19:40 +0100 |
commit | 023f5dba15e1646f06f839217e315c7def56150b (patch) | |
tree | 1c682613ba38c82b770b1c2a1ec4c9c22e8d40a8 /Makefile.am | |
parent | Add scalable application icon. (diff) | |
download | redshift-ng-023f5dba15e1646f06f839217e315c7def56150b.tar.gz redshift-ng-023f5dba15e1646f06f839217e315c7def56150b.tar.bz2 redshift-ng-023f5dba15e1646f06f839217e315c7def56150b.tar.xz |
Add python script to control redshift through a status icon (tray icon).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6bf9c7b..6f7be58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,9 @@ redshift_LDADD += \ $(XF86VM_LIBS) $(XF86VM_CFLAGS) endif +# gtk-redshift Script +dist_bin_SCRIPTS = src/gtk-redshift/gtk-redshift + # Icons icondir = @datadir@/icons/hicolor/scalable/apps icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg |