#!/usr/bin/make -f

%:
	dh_auto_configure -- --enable-static
	dh $@
