aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: bd66c7509b81c75196d0ac89011737eedd37069f (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

override_dh_auto_install:
	dh_auto_install
	find debian -name '*.la' -print -delete

%:
	dh $@ --with autoreconf