#!/usr/bin/make -f

export PREFIX=/usr
export DESTDIR=$(CURDIR)/debian/zita-lrx

%:
	dh $@ -Smakefile -Dsource
