From 0d24c34d7fea73a0002a79e995f7c7f30b03a054 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 19 Dec 2016 08:14:23 +0100 Subject: Add coopgamma backend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 318fc2c..73d986b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,6 +25,7 @@ EXTRA_redshift_SOURCES = \ gamma-vidmode.c gamma-vidmode.h \ gamma-quartz.c gamma-quartz.h \ gamma-w32gdi.c gamma-w32gdi.h \ + gamma-coopgamma.c gamma-coopgamma.h \ location-geoclue.c location-geoclue.h AM_CFLAGS = @@ -66,6 +67,11 @@ redshift_SOURCES += gamma-w32gdi.c gamma-w32gdi.h redshift_LDADD += -lgdi32 endif +if ENABLE_COOPGAMMA +redshift_SOURCES += gamma-coopgamma.c gamma-coopgamma.h +redshift_LDADD += -lcoopgamma +endif + if ENABLE_GEOCLUE redshift_SOURCES += location-geoclue.c location-geoclue.h -- cgit v1.2.3-70-g09d2