#!/usr/bin/make -f

%:
	dh $@ --with quilt

override_dh_auto_install:
	$(MAKE) INSTDIR=$(CURDIR)/debian/amrenc/usr install

override_dh_auto_test:
