#!/usr/bin/make -f

DEB_BUILD_MAINT_OPTIONS := hardening=+all
DPKG_EXPORT_BUILDFLAGS := 1
include /usr/share/dpkg/buildflags.mk

# Debhelper autotedects ninja as the build system.
%:
	dh $@ --buildsystem=autoconf
