diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-14 00:53:33 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-14 00:53:33 +0100 |
commit | 342e03883bf92a11c1a2e808b24e99274b3b1c04 (patch) | |
tree | a20d881d05f2372fa771d907d2bdad0b8475357f /Makefile.am | |
parent | Fix: Typo in comment (diff) | |
download | redshift-ng-342e03883bf92a11c1a2e808b24e99274b3b1c04.tar.gz redshift-ng-342e03883bf92a11c1a2e808b24e99274b3b1c04.tar.bz2 redshift-ng-342e03883bf92a11c1a2e808b24e99274b3b1c04.tar.xz |
Allow install of gtk-redshift script to be disabled in configure script.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6f7be58..d961d05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,9 @@ redshift_LDADD += \ endif # gtk-redshift Script +if ENABLE_GTK dist_bin_SCRIPTS = src/gtk-redshift/gtk-redshift +endif # Icons icondir = @datadir@/icons/hicolor/scalable/apps |