Skip to content

Commit 7c8c64c

Browse files
RH-steve-grubbsrajiv
authored andcommitted
Fixed build issues
Signed-off-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
1 parent d393b9a commit 7c8c64c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎lib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ libtpm_utils_la_SOURCES = tpm_utils.c \
4444
#
4545
# TSPI interface library
4646
libtpm_tspi_la_SOURCES = tpm_tspi.c
47-
libtpm_tspi_la_LIBADD = libtpm_utils.la
47+
libtpm_tspi_la_LIBADD = libtpm_utils.la -ldl
4848

4949
#
5050
# PKCS#11 interface library

‎src/tpm_mgmt/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# http://www.opensource.org/licenses/cpl1.0.php.
2222
#
2323

24+
noinst_HEADERS = tpm_nvcommon.h
25+
2426
noinst_PROGRAMS = tpm_startup \
2527
tpm_reset
2628

0 commit comments

Comments
 (0)