#!/usr/bin/make -f

LDFLAGS=-Wl,--as-needed

%:
	dh $@ --with autotools_dev

override_dh_clean:
	dh_clean -Xautom4te.cache -X*.deps -X*~ -X*.bak
