[pkg-opensc-commit] [libp11] 50/239: we use libtool for linking, so it can calucalte the dependencies using LTLIBLTDL better. Thanks to Ralf Wildenhues.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit b051a527f74bc20d89775c5a324a61b5b38daa02
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 8 17:21:10 2005 +0000

    we use libtool for linking, so it can calucalte the dependencies using
    LTLIBLTDL better. Thanks to Ralf Wildenhues.
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 277b1ee..8a63cf9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,7 @@ libp11_la_SOURCES = libpkcs11.c p11_attr.c p11_cert.c p11_err.c p11_key.c \
 	p11_load.c p11_misc.c p11_ops.c p11_rsa.c p11_slot.c 
 
 libp11_la_LDFLAGS = -version-info $(LIBP11_VERSION)
-libp11_la_LIBADD = $(OPENSSL_LIBS) $(LIBLTDL)
+libp11_la_LIBADD = $(OPENSSL_LIBS) $(LTLIBLTDL)
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libp11.pc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list