mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-01 04:45:30 +00:00
Use autogen.sh when building a Debian package. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
11 lines
158 B
Makefile
Executable File
11 lines
158 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
dh_auto_configure -- --with-openssl
|
|
|
|
override_dh_usrlocal:
|