#!/usr/bin/make -f

-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@  --with autotools-dev,gnome

override_dh_auto_configure:
	dh_auto_configure -- --libexec=/usr/lib/gnome-online-miners

override_dh_install:
	find debian/ -name \*.la -delete -o -name \*.a -delete
	dh_install

override_dh_makeshlibs:
	dh_makeshlibs -Xlibgom
