Skip to content

Commit 4306723

Browse files
author
kyoder
committed
compile in tpm_restrictsrk.c
1 parent 2d30ad5 commit 4306723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tpm_mgmt/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sbin_PROGRAMS = tpm_changeownerauth \
3939
tpm_selftest
4040

4141
if TSS_LIB_IS_12
42-
sbin_PROGRAMS += tpm_revokeek tpm_setoperatorauth tpm_resetdalock
42+
sbin_PROGRAMS += tpm_revokeek tpm_setoperatorauth tpm_resetdalock tpm_restrictsrk
4343
AM_CPPFLAGS = -I$(top_builddir)/include -D_LINUX -DTSS_LIB_IS_12
4444
else
4545
AM_CPPFLAGS = -I$(top_builddir)/include -D_LINUX
@@ -66,4 +66,5 @@ tpm_selftest_SOURCES = tpm_selftest.c
6666
tpm_revokeek_SOURCES = tpm_revokeek.c
6767
tpm_setoperatorauth_SOURCES = tpm_setoperatorauth.c
6868
tpm_resetdalock_SOURCES = tpm_resetdalock.c
69+
tpm_restrictsrk_SOURCES = tpm_restrictsrk.c
6970

0 commit comments

Comments
 (0)