]> git.proxmox.com Git - swtpm.git/commit - configure.ac
swtpm: add version info to all programs
authorStefan Berger <stefanb@us.ibm.com>
Fri, 4 Dec 2015 00:17:47 +0000 (19:17 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 4 Dec 2015 00:31:10 +0000 (19:31 -0500)
commita1fa5d77e2def83ed2ecbaf1e031ec9ed5b8f695
treed76f1a272c481f88b3efd322d0f7b740e5b2f16d
parenta7bd0ebffca4be804f325f4401edf5258a3ca25b
swtpm: add version info to all programs

Move src/swtpm/swtpm.h.in to include/swtpm.h.in to make it commonly
available. Adapt all other programs to use it and display version information
in the help screen.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
.gitignore
configure.ac
include/swtpm.h.in [new file with mode: 0644]
src/swtpm/main.c
src/swtpm/swtpm.h.in [deleted file]
src/swtpm_bios/Makefile.am
src/swtpm_bios/tpm_bios.c
src/swtpm_cert/Makefile.am
src/swtpm_cert/ek-cert.c
src/swtpm_ioctl/tpm_ioctl.c
src/swtpm_setup/swtpm_setup.sh.in