diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |