#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

ifeq (linux, $(DEB_HOST_ARCH_OS))
DEB_CONFIGURE_EXTRA_FLAGS:=--with-alsa
endif

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
DEB_CONFIGURE_EXTRA_FLAGS += --enable-profiling --enable-debugging
endif

%:
	dh $@ --without autoreconf

override_dh_auto_install:
