diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-07 17:25:16 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2015-12-28 11:31:42 -0500 |
commit | e0a617fcada616a8112f7d9df51ac10bd58130af (patch) | |
tree | fe18266b82a9d3979c0524e985c897c5ae703d1a /src/Makefile.am | |
parent | Merge pull request #197 from forivall/clamp-fix (diff) | |
download | redshift-ng-e0a617fcada616a8112f7d9df51ac10bd58130af.tar.gz redshift-ng-e0a617fcada616a8112f7d9df51ac10bd58130af.tar.bz2 redshift-ng-e0a617fcada616a8112f7d9df51ac10bd58130af.tar.xz |
Move signal processing functions and sigaction calls to signals from redshift.c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c7a5444..318fc2c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,7 @@ bin_PROGRAMS = redshift redshift_SOURCES = \ redshift.c redshift.h \ + signals.c signals.h \ colorramp.c colorramp.h \ config-ini.c config-ini.h \ location-manual.c location-manual.h \ |