Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131849 | Differences between
and this patch

Collapse All | Expand All

(-)tpm-tools-1.1.0/src/tpm_mgmt/Makefile.am.orig (-2 lines)
Lines 37-44 Link Here
37
37
38
AM_CPPFLAGS	=	-I$(top_builddir)/include -D_LINUX
38
AM_CPPFLAGS	=	-I$(top_builddir)/include -D_LINUX
39
39
40
AM_LDFLAGS	=	-ltspi
41
42
LDADD		=	$(top_builddir)/lib/libtpm_tspi.la
40
LDADD		=	$(top_builddir)/lib/libtpm_tspi.la
43
41
44
tpm_changeownerauth_SOURCES =	tpm_changeauth.c
42
tpm_changeownerauth_SOURCES =	tpm_changeauth.c
(-)tpm-tools-1.1.0/lib/Makefile.am.orig (-1 / +1 lines)
Lines 40-46 Link Here
40
#
40
#
41
# TSPI interface library
41
# TSPI interface library
42
libtpm_tspi_la_SOURCES	=	tpm_tspi.c
42
libtpm_tspi_la_SOURCES	=	tpm_tspi.c
43
libtpm_tspi_la_LIBADD	=	libtpm_utils.la
43
libtpm_tspi_la_LIBADD	=	libtpm_utils.la -ltspi
44
44
45
#
45
#
46
# PKCS#11 interface library
46
# PKCS#11 interface library

Return to bug 131849