diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-23 16:40:18 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-12-23 16:40:18 +0100 |
commit | ee1619957c9ed6cf31c9263e687d45915f3e600b (patch) | |
tree | 31ea9992399316208fafd2a1b431b77be5cc3f2b /Makefile.am | |
parent | Rescale blackbody values above 6500K to be in [0,1]. (diff) | |
download | redshift-ng-ee1619957c9ed6cf31c9263e687d45915f3e600b.tar.gz redshift-ng-ee1619957c9ed6cf31c9263e687d45915f3e600b.tar.bz2 redshift-ng-ee1619957c9ed6cf31c9263e687d45915f3e600b.tar.xz |
Move RandR code to separate file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fa339cc..5284435 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ bin_PROGRAMS = redshift redshift_SOURCES = \ redshift.c \ - colortemp.c colortemp.h \ + colorramp.c colorramp.h \ + randr.c randr.h \ solar.c solar.h AM_CFLAGS = $(XCB_CFLAGS) |