#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -latomic

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	-Dtest=false \
	-Dbuilt_tools=false
