Update EXTRA_DIST files to be able to build RPM from tar

A few files were wrong in the EXTRA_DIST file list due to changes to
test cases. Add the proper files.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
Stefan Berger 2018-06-11 10:58:45 -04:00
parent 55caf3716f
commit 5211d89dfb

View File

@ -102,13 +102,19 @@ EXTRA_DIST=$(TESTS) \
data/tpm2state2/tpm2-00.permall \
data/tpm2state2/tpm2-00.volatilestate \
data/tpm2state2/pwdfile.txt \
data/tpm2state3/h02000000.bin \
data/tpm2state3/hkey.priv \
data/tpm2state3/hkey.pub \
data/tpm2state3/signature.bin \
data/tpm2state3/tpm2-00.permall \
data/tpm2state3/tpm2-00.volatilestate \
data/tpm2state3/tpm2-00.volatilestate.2nd \
data/tpm2state3c/tpm2-00.volatilestate \
data/tpm2state3c/tpm2-00.permall \
data/tpm2state3d/tpm2-00.volatilestate \
data/tpm2state3d/signature2.bin \
data/tpm2state3d/tpm2-00.permall \
data/tpm2state3b/h81000000.bin \
data/tpm2state3b/h02000000.bin \
data/tpm2state3b/tpm2-00.volatilestate \
data/tpm2state3b/tpm2-00.permall \
load_vtpm_proxy \
test_clientfds.py \
test_common \