#!/usr/bin/make -f

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

%:
	dh $@ --with autotools_dev

override_dh_auto_test:
	# do nothing
