diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-19 11:56:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 11:56:11 -0700 |
commit | 71e1de2d33f0c9d57da82f1291ed728b8dbff09f (patch) | |
tree | 0e76ea1834bc423e4376bc8e112d9c85213ed91f /src/Makefile.am | |
parent | Merge pull request #498 from jonls/osx-travis (diff) | |
parent | Appveyor, Travis: Test run redshift after build (diff) | |
download | redshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.gz redshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.bz2 redshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.xz |
Merge pull request #500 from jonls/continuous-location
Continuous location updates
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 73ead4b..99c8a2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ redshift_SOURCES = \ gamma-dummy.c gamma-dummy.h \ hooks.c hooks.h \ location-manual.c location-manual.h \ + pipeutils.c pipeutils.h \ redshift.c redshift.h \ signals.c signals.h \ solar.c solar.h \ |