aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2015-12-28 11:35:53 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2015-12-28 11:35:53 -0500
commit71f52b7cd7fb0cd47399afc23b743cfa250a1a6e (patch)
tree61b209daf23f3aa42e2cec72c779e94e30ad1805 /src/Makefile.am
parentMerge pull request #239 from rrooij/dutch (diff)
parentMove signal processing functions and sigaction calls to signals from redshift.c (diff)
downloadredshift-ng-71f52b7cd7fb0cd47399afc23b743cfa250a1a6e.tar.gz
redshift-ng-71f52b7cd7fb0cd47399afc23b743cfa250a1a6e.tar.bz2
redshift-ng-71f52b7cd7fb0cd47399afc23b743cfa250a1a6e.tar.xz
Fix #213: Merge branch 'pull-213'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
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 \