diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-30 18:31:12 -0700 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-30 18:31:12 -0700 |
commit | 3ea717011e5a55772906dd6b4807e773d1897292 (patch) | |
tree | 2accb31977cc554bc27b2889a7f36b24ed36411d /src/redshift-gtk/Makefile.am | |
parent | Merge pull request #489 from jonls/appveyor-distcheck (diff) | |
download | redshift-ng-3ea717011e5a55772906dd6b4807e773d1897292.tar.gz redshift-ng-3ea717011e5a55772906dd6b4807e773d1897292.tar.bz2 redshift-ng-3ea717011e5a55772906dd6b4807e773d1897292.tar.xz |
Move RedshiftController to controller.py
Diffstat (limited to 'src/redshift-gtk/Makefile.am')
-rw-r--r-- | src/redshift-gtk/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/redshift-gtk/Makefile.am b/src/redshift-gtk/Makefile.am index c4ab24f..b7303a2 100644 --- a/src/redshift-gtk/Makefile.am +++ b/src/redshift-gtk/Makefile.am @@ -2,8 +2,9 @@ if ENABLE_GUI redshift_gtk_PYTHON = \ __init__.py \ - utils.py \ - statusicon.py + controller.py \ + statusicon.py \ + utils.py nodist_redshift_gtk_PYTHON = \ defs.py redshift_gtkdir = $(pythondir)/redshift_gtk |