#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_install:
	find debian/ -type f -name '*.la' -delete
