#!/usr/bin/make -f

%:
	dh $@ --parallel --with quilt,autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
	--without-downloader --without-fftw3

override_dh_auto_install:
	rm -f debian/tmp/usr/bin/aacplusenc
	dh_auto_install
