#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

LDFLAGS := -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
DEB_DH_AUTORECONF_ARGS=--as-needed

DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
                             --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

DEB_DH_MAKESHLIBS_ARGS_libgnome-keyring0 += -V -- -c4

DEB_MAKE_CHECK_TARGET := check
