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

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

override_dh_autoreconf:
	NOCONFIGURE=1 dh_autoreconf ./autogen.sh

override_dh_auto_configure:
	dh_auto_configure -- --enable-qml-plugins \
		--with-fitbit-consumer-key="e47deba61e904c469392040aee772092" \
		--with-fitbit-consumer-secret="a5ae28cb96854344834e7174b881d88d"

override_dh_install:
	dh_install --fail-missing

%:
	dh $@ --with autoreconf
