#!/usr/bin/make -f

# this is for configure step, to avoid linking in gcrypt
# which is used for fips compliance to _disable_ md5 when
# the system is in fips mode.  If not found, regular md5
# implementation will be used.
export ac_cv_lib_gcrypt_gcry_control=no

%:
	dh $@ --with autoreconf
