diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2015-12-28 10:43:18 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2015-12-28 10:47:41 -0500 |
commit | 71994833622029dd749594c292b9fe16cf1c58eb (patch) | |
tree | 19553acd70c8a8440b3f73aaecdafa0cd55dc6f2 /Makefile.am | |
parent | Merge pull request #279 from giwhub/patch-2 (diff) | |
download | redshift-ng-71994833622029dd749594c292b9fe16cf1c58eb.tar.gz redshift-ng-71994833622029dd749594c292b9fe16cf1c58eb.tar.bz2 redshift-ng-71994833622029dd749594c292b9fe16cf1c58eb.tar.xz |
Fix #284: Add sample configuration file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a5f5eb4..1e2f1c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,8 @@ EXTRA_ROOTDOC_FILES = \ HACKING \ DESIGN \ README \ - README-colorramp + README-colorramp \ + redshift.conf.sample _HICOLOR_FILES = \ data/icons/hicolor/scalable/apps/redshift.svg \ |