#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

# List any files which are not installed
include /usr/share/cdbs/1/rules/utils.mk
common-binary-post-install-arch:: list-missing

DEB_DBG_PACKAGE_libnice10 := libnice-dbg

DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
	--enable-compile-warnings=yes \
	--enable-gupnp \
	--with-gstreamer-0.10 \
	--with-gstreamer \
	$(NULL)

include $(CURDIR)/debian/update-patches.mk
