[pkg-opensc-commit] [libp11] 22/239: do not use @LTDLINCL@ and @LIBLTDL@ anymore

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:04 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 f8d97cbad09a448fc6ea7052d259ce5c640bc800
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Mon Aug 29 07:30:58 2005 +0000

    do not use @LTDLINCL@ and @LIBLTDL@ anymore
---
 src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 6ee682d..14a9e99 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in
 DISTCLEANFILES= libp11.pc
 EXTRA_DIST = Makefile.mak makedef.pl
 
-INCLUDES = @LTDLINCL@ @OPENSSL_CFLAGS@ -I$(top_srcdir)/rsaref/
+INCLUDES = @OPENSSL_CFLAGS@ -I$(top_srcdir)/rsaref/
 
 noinst_HEADERS= libp11-int.h
 include_HEADERS= libp11.h
@@ -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 = @LIBLTDL@ @OPENSSL_LIBS@
+libp11_la_LIBADD = @OPENSSL_LIBS@
 
 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