#!/usr/bin/make -f

export DEB_BUILD_HARDENING=1

cfg_opts := --with-libxml2=/usr/bin
cfg_opts += --with-libxslt=/usr/bin

override_dh_auto_configure:
	dh_auto_configure -- $(cfg_opts)

%:
	dh $@ --with autoreconf
