aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2009-12-23 16:40:18 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2009-12-23 16:40:18 +0100
commitee1619957c9ed6cf31c9263e687d45915f3e600b (patch)
tree31ea9992399316208fafd2a1b431b77be5cc3f2b /Makefile.am
parentRescale blackbody values above 6500K to be in [0,1]. (diff)
downloadredshift-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.am3
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)