#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	--with-plugindir=/usr/lib/$(DEB_HOST_MULTIARCH)/alsa-lib

#	exit 1

execute_after_dh_auto_install:
	find debian/libasound2-plugins -name '*.la' -delete
