summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 09dae4e89f9ab1507de70fdd0aa1870187d10feb (plain)
1
2
3
4
5
6
7
8
9
10
SUBDIRS = pcm
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