blob: 7ed0f04136f63f5f9374afe11b3aefb6c4040b03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/data_mgmt/Makefile.am.orig 2017-02-21 01:23:57 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 @INTLLIBS@
+LDADD = $(top_builddir)/lib/libtpm_pkcs11.la -ltspi @INTLLIBS@
#
|