#!/usr/bin/make -f
export DH_VERBOSE = 1

%:
	dh $@


override_dh_auto_configure:
	NOCONFIGURE=1 ./autogen.sh
	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)

