#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-openssl --with-tpm2

override_dh_usrlocal:
