#!/usr/bin/make -f
# -*- makefile -*-

export LDFLAGS+=-Wl,--as-needed

%:
	dh --with autoreconf $@

override_dh_autoreconf:
	dh_autoreconf --as-needed
