summaryrefslogtreecommitdiff
path: root/redglass/Makefile.am
blob: 6c44681a20d8a26c46221dac74fb79928a34f486 (plain)
1
2
3
4
5
6
7
8
9
10
cursordir = @cursordir@/redglass/cursors

all: Makefile.cursors

Makefile.cursors: $(srcdir)/Makefile.cfg
	$(top_srcdir)/genmakefile.sh $(srcdir)/Makefile.cfg > $@

if REDGLASS
include Makefile.cursors
endif