#! /usr/bin/make -f

export DH_OPTIONS += -O-Bdebian/build-tree

override_dh_auto_configure:
	dh_auto_configure -- --libexecdir=/usr/lib

%:
	dh $@ --with autoreconf
