summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 7784abf7f5ee20d93fde0992b0c3bef0f9d21419 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS = pcm
EXTRA_DIST = cvscompile version
AUTOMAKE_OPTIONS = foreign

dist-hook:
	-chmod -R a+r $(distdir)
	@if ! test -z "$(AMTAR)"; then \
		$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
	else \
		$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
	fi