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

CFLAGS += -fvisibility=hidden

%:
	dh $@ --with autoreconf --with autotools_dev
