#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@ --with autoreconf


#DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${prefix}/lib/gnome-panel

override_dh_auto_configure:
	dh_auto_configure -- --libexecdir='$${prefix}/lib/gnome-panel'

makebuilddir/hspell-gui:: configure

#configure: configure.in Makefile.am src/Makefile.am
#	autoreconf -i
#	exit 1
#
#clean::
#	dh_clean po/*.gmo
