#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_configure:
	dh_auto_configure -- --enable-gtk-doc --libdir=/usr/lib

override_dh_install:
	rm debian/*/usr/lib/*.la
	rm debian/*/usr/lib/control-center-1/panels/*.la
	dh_install --fail-missing

override_dh_autoreconf:
	NOCONFIGURE=1 dh_autoreconf ./autogen.sh

override_dh_auto_test:

%:
	dh $@ --with translations,autoreconf
