diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-13 22:18:44 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-04-13 22:18:44 +0200 |
commit | 0cf506e9cb7464c468b8188497aa27348ad473c6 (patch) | |
tree | 4812e8c474bd059a0c464f14cb9bf61f2ef30f2e /src/redshift-gtk | |
parent | Fix #67: Geoclue should pull in Glib as dependency (diff) | |
download | redshift-ng-0cf506e9cb7464c468b8188497aa27348ad473c6.tar.gz redshift-ng-0cf506e9cb7464c468b8188497aa27348ad473c6.tar.bz2 redshift-ng-0cf506e9cb7464c468b8188497aa27348ad473c6.tar.xz |
Fix #66: Do not distribute redshift-gtk, only redshift-gtk.in
Diffstat (limited to 'src/redshift-gtk')
-rw-r--r-- | src/redshift-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift-gtk/Makefile.am b/src/redshift-gtk/Makefile.am index 96d7718..c4ab24f 100644 --- a/src/redshift-gtk/Makefile.am +++ b/src/redshift-gtk/Makefile.am @@ -8,7 +8,7 @@ nodist_redshift_gtk_PYTHON = \ defs.py redshift_gtkdir = $(pythondir)/redshift_gtk -dist_bin_SCRIPTS = redshift-gtk +bin_SCRIPTS = redshift-gtk endif EXTRA_DIST = defs.py.in redshift-gtk.in |