diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-10-15 12:43:48 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-10-15 12:43:48 +0200 |
commit | 2b92b8685727d708793756158493beb30719c875 (patch) | |
tree | 7cbcc0c33e3722fa05943fabe6163737bac6a933 /src/Makefile.am | |
parent | Minor optimizations in selection of location provider and adjustment (diff) | |
download | redshift-ng-2b92b8685727d708793756158493beb30719c875.tar.gz redshift-ng-2b92b8685727d708793756158493beb30719c875.tar.bz2 redshift-ng-2b92b8685727d708793756158493beb30719c875.tar.xz |
Add configuration file support.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3d872ed..3680f4a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,9 +11,10 @@ bin_PROGRAMS = redshift redshift_SOURCES = \ redshift.c redshift.h \ colorramp.c colorramp.h \ + config-ini.c config-ini.h \ + location-manual.c location-manual.h \ solar.c solar.h \ - systemtime.c systemtime.h \ - location-manual.c location-manual.h + systemtime.c systemtime.h EXTRA_redshift_SOURCES = \ gamma-randr.c gamma-randr.h \ |