aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift-gtk/Makefile.am
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-07-30 20:41:23 -0700
committerGitHub <noreply@github.com>2017-07-30 20:41:23 -0700
commitee14db4a7f4853c3cf72d91cc7f52f01595faeed (patch)
tree55eea573857b1c5c3bc62f3bbe2a4fd5d33499cd /src/redshift-gtk/Makefile.am
parentMerge pull request #489 from jonls/appveyor-distcheck (diff)
parentstatusicon: Use GtkWindow to avoid warnings (diff)
downloadredshift-ng-ee14db4a7f4853c3cf72d91cc7f52f01595faeed.tar.gz
redshift-ng-ee14db4a7f4853c3cf72d91cc7f52f01595faeed.tar.bz2
redshift-ng-ee14db4a7f4853c3cf72d91cc7f52f01595faeed.tar.xz
Merge pull request #491 from jonls/python-controller
Updates to redshift-gtk
Diffstat (limited to 'src/redshift-gtk/Makefile.am')
-rw-r--r--src/redshift-gtk/Makefile.am5
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