summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
blob: 50c721222dc8939c76a4cd11dcf86362b2bb6d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
bin_SCRIPTS = \
	soundconverter

EXTRA_DIST = soundconverter.py
CLEANFILES = $(bin_SCRIPTS)

soundconverter: soundconverter.py
	sed -e s!\@datadir\@!$(datadir)!  -e s!\@libdir\@!$(libdir)!  -e s!\@version\@!$(VERSION)! < $< > $@
	chmod +x $@