summaryrefslogtreecommitdiff
path: root/security/tpm-tools/files/patch-src-data_mgmt-Makefile.am
blob: 59e59879f42face465dec8c830764de48f349cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/data_mgmt/Makefile.am.orig	2012-05-17 17:50:29 UTC
+++ src/data_mgmt/Makefile.am
@@ -38,7 +38,7 @@ noinst_HEADERS =	data_common.h \
 # Common build flags
 AM_CPPFLAGS	=	-I$(top_srcdir)/include -D_LINUX
 
-LDADD		=	$(top_builddir)/lib/libtpm_pkcs11.la -ltspi -ldl
+LDADD		=	$(top_builddir)/lib/libtpm_pkcs11.la -ltspi
 
 
 #