#!/usr/bin/make -f

export DH_OPTIONS

%:
	dh  $@ --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --with-gmapdb=/var/cache/gmap

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp
