libtpms/debian/rules
Stefan Berger 37d9432a4e build: run bootstrap.sh as part of Debian build
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2016-01-13 17:07:52 -05:00

13 lines
218 B
Makefile
Executable File

#!/usr/bin/make -f
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --parallel
override_dh_auto_configure:
./bootstrap.sh
dh_auto_configure -- --with-openssl
override_dh_usrlocal: