#!/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-dtnsec --with-compression

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

