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

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

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

# extra configure flags
DEB_CONFIGURE_EXTRA_FLAGS := --with-openssl --with-lowpan

# debug flags
DEB_DH_STRIP_ARGS := --dbg-package=ibrcommon1-dbg

