diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-25 00:45:29 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-25 00:45:29 +0200 |
commit | cde909747c1a237f5a1495a92ff3ba7675c64c99 (patch) | |
tree | 4122364a96340e252882b987412c9fd8ca61f992 /src/Makefile.am | |
parent | Use the prefix 'gamma' for gamma adjustment source files. (diff) | |
download | redshift-ng-cde909747c1a237f5a1495a92ff3ba7675c64c99.tar.gz redshift-ng-cde909747c1a237f5a1495a92ff3ba7675c64c99.tar.bz2 redshift-ng-cde909747c1a237f5a1495a92ff3ba7675c64c99.tar.xz |
Provide fundament for more advanced location providers.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 75a5261..e4f88de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,8 @@ redshift_SOURCES = \ redshift.c \ colorramp.c colorramp.h \ solar.c solar.h \ - systemtime.c systemtime.h + systemtime.c systemtime.h \ + location-manual.c location-manual.h EXTRA_redshift_SOURCES = \ gamma-randr.c gamma-randr.h \ |