#!/usr/bin/make -f



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

export DH_ALWAYS_EXCLUDE=CVS:.svn:.git:.github

# Add here any variable or target overrides you need.
install/dbmail::
	-dh_install -X ".env"
	-dh_install -X ".git"
	-dh_install -X "dbmail/.svn"
	-dh_install -X ".github"
	-rm debian/dbmail/usr/lib/dbmail/*.la
	
DEB_CONFIGURE_EXTRA_FLAGS = --sysconfdir=/etc/dbmail --localstatedir=/var/run/dbmail --with-logdir=/var/log/dbmail --enable-shared=yes --enable-static=no --with-jemalloc --enable-manpages=yes --with-ldap --with-sieve 
