aboutsummaryrefslogtreecommitdiffstats
path: root/redshift-gtk/Makefile.am
blob: b7303a26b31399c54e75fae65ceec547e741a025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

if ENABLE_GUI
redshift_gtk_PYTHON = \
	__init__.py \
	controller.py \
	statusicon.py \
	utils.py
nodist_redshift_gtk_PYTHON = \
	defs.py
redshift_gtkdir = $(pythondir)/redshift_gtk

bin_SCRIPTS = redshift-gtk
endif

EXTRA_DIST = defs.py.in redshift-gtk.in
CLEANFILES = defs.py redshift-gtk


# Local python definitions
defs.py: defs.py.in
	$(AM_V_GEN)sed -e "s|\@bindir\@|$(bindir)|g" \
		-e "s|\@localedir\@|$(localedir)|g" $< > $@

redshift-gtk: redshift-gtk.in
	$(AM_V_GEN)sed -e "s|\@pythondir\@|$(pythondir)|g" $< > $@