#!/usr/bin/make -f
# -*- makefile -*-

export LDFLAGS = -Wl,--no-undefined

# one ring to rule them all ...
%:
	dh $@ --buildsystem=cmake
