blob: fb9a9b2727ca37263fcde71ddb7eea8279456289 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- src/cmds/Makefile.am.orig	2010-02-02 02:17:23.000000000 +0900
+++ src/cmds/Makefile.am	2010-10-25 01:55:31.067559744 +0900
@@ -30,7 +30,7 @@
 AM_CPPFLAGS	=	-I$(top_srcdir)/include -D_LINUX
 endif
 
-LDADD		=	$(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -ltpm_unseal
+LDADD		=	$(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la
 
 tpm_sealdata_SOURCES = tpm_sealdata.c
 tpm_unsealdata_SOURCES = tpm_unsealdata.c
 |