forked from Lainports/opnsense-ports
11 lines
452 B
Text
11 lines
452 B
Text
--- src/cmds/Makefile.am.orig 2011-08-15 17:52:08 UTC
|
|
+++ src/cmds/Makefile.am
|
|
@@ -30,7 +30,7 @@ else
|
|
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 -lcrypto
|
|
+LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -lcrypto
|
|
|
|
tpm_sealdata_SOURCES = tpm_sealdata.c
|
|
tpm_unsealdata_SOURCES = tpm_unsealdata.c
|