mirror of
https://github.com/stefanberger/libtpms
synced 2025-08-26 04:33:40 +00:00
13 lines
242 B
Makefile
Executable File
13 lines
242 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
dh_auto_configure -- --with-openssl --with-tpm2
|
|
|
|
override_dh_usrlocal:
|