#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --builddirectory=build

override_dh_auto_configure:
	dh_auto_configure -- -S .. -DLIB_INSTALL_DIR=lib/$(DEB_HOST_MULTIARCH) 
