aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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)