diff options
Diffstat (limited to '')
-rw-r--r-- | tpm2d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpm2d/Makefile.am b/tpm2d/Makefile.am index bf5acd452..ef9487139 100644 --- a/tpm2d/Makefile.am +++ b/tpm2d/Makefile.am @@ -30,7 +30,7 @@ tpm2daemon_SOURCES = \ command.c \ tpm2daemon.c \ tpm2.c tpm2.h \ - tpm2daemon.h ibm-tss.h + tpm2daemon.h ibm-tss.h intel-tss.h tpm2daemon_LDADD = $(libcommonpth) \ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \ |