There was an error while loading. Please reload this page.
1 parent d393b9a commit 7c8c64cCopy full SHA for 7c8c64c
lib/Makefile.am
@@ -44,7 +44,7 @@ libtpm_utils_la_SOURCES = tpm_utils.c \
44
#
45
# TSPI interface library
46
libtpm_tspi_la_SOURCES = tpm_tspi.c
47
-libtpm_tspi_la_LIBADD = libtpm_utils.la
+libtpm_tspi_la_LIBADD = libtpm_utils.la -ldl
48
49
50
# PKCS#11 interface library
src/tpm_mgmt/Makefile.am
@@ -21,6 +21,8 @@
21
# http://www.opensource.org/licenses/cpl1.0.php.
22
23
24
+noinst_HEADERS = tpm_nvcommon.h
25
+
26
noinst_PROGRAMS = tpm_startup \
27
tpm_reset
28
0 commit comments