Skip to content

Commit 689f97a

Browse files
author
kyoder
committed
added support for TSS 1.2 build flag
1 parent bc86d75 commit 689f97a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/cmds/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323

2424
bin_PROGRAMS = tpm_sealdata
2525

26+
if TSS_LIB_IS_12
27+
AM_CPPFLAGS = -I$(top_builddir)/include -D_LINUX -DTSS_LIB_IS_12
28+
else
2629
AM_CPPFLAGS = -I$(top_builddir)/include -D_LINUX
30+
endif
2731

2832
LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi
2933

0 commit comments

Comments
 (0)