#!/usr/bin/make -f

# There is no test target as such, but the build system does not know this.
override_dh_auto_test:

%:
	dh  $@

override_dh_auto_clean:
	[ ! -f config.mk ] || dh_auto_clean
	rm -f src/dhcpcd-qt/Makefile

override_dh_auto_configure:
	dh_auto_configure -- --with-gtk --with-qt

override_dh_install:
	dh_install --fail-missing
