#!/usr/bin/make -f

#export OPALDIR=/usr/include/opal
export PTLIBDIR=/usr/share/ptlib
export USE_OPAL=1
export USE_UNIX98_PTY=1

%:
	dh $@ --parallel
