aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-redshift/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk-redshift/Makefile.am')
-rw-r--r--src/gtk-redshift/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/gtk-redshift/Makefile.am b/src/gtk-redshift/Makefile.am
deleted file mode 100644
index bb69459..0000000
--- a/src/gtk-redshift/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-if ENABLE_GUI
-gtk_redshift_PYTHON = \
- __init__.py \
- utils.py \
- statusicon.py
-nodist_gtk_redshift_PYTHON = \
- defs.py
-gtk_redshiftdir = $(pythondir)/gtk_redshift
-
-dist_bin_SCRIPTS = gtk-redshift
-endif
-
-EXTRA_DIST = defs.py.in
-CLEANFILES = defs.py
-
-
-# Local python definitions
-defs.py: defs.py.in
- sed -e "s|\@bindir\@|$(bindir)|g" \
- -e "s|\@localedir\@|$(localedir)|g" $< > $@