#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export CCASFLAGS += $(CFLAGS) -Wa,--noexecstack


%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-unix-layout
