diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 75a5261..e4f88de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,8 @@ redshift_SOURCES = \ redshift.c \ colorramp.c colorramp.h \ solar.c solar.h \ - systemtime.c systemtime.h + systemtime.c systemtime.h \ + location-manual.c location-manual.h EXTRA_redshift_SOURCES = \ gamma-randr.c gamma-randr.h \ |