#!/usr/bin/make -f

override_dh_auto_configure:
		./configure --prefix=/usr $(shell dpkg-buildflags --export=configure) --with-ssl=no

%:
	dh $@ 


