From 9a10cdeebdbd3efd02a73661d3b479dcf4089bc3 Mon Sep 17 00:00:00 2001 From: aj Date: Mon, 13 Aug 2007 19:10:26 +0000 Subject: [PATCH] add cflags for ltdl.h where needed. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3245 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/libopensc/Makefile.am | 2 +- src/pkcs11/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libopensc/Makefile.am b/src/libopensc/Makefile.am index f13bb7d5..fbb8f289 100644 --- a/src/libopensc/Makefile.am +++ b/src/libopensc/Makefile.am @@ -7,7 +7,7 @@ MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = Makefile.mak libopensc.pc.in libpkcs15init.pc.in libscconf.pc.in INCLUDES = $(CPPFLAGS) $(OPENSSL_CFLAGS) $(OPENCT_CFLAGS) $(PCSC_CFLAGS) \ - -I$(top_srcdir)/src/common + $(LTLIBL_CFLAGS) -I$(top_srcdir)/src/common AM_LDFLAGS = bin_SCRIPTS = opensc-config diff --git a/src/pkcs11/Makefile.am b/src/pkcs11/Makefile.am index d669f200..636ac4db 100644 --- a/src/pkcs11/Makefile.am +++ b/src/pkcs11/Makefile.am @@ -7,7 +7,7 @@ MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = Makefile.mak opensc_pkcs11_install.js -INCLUDES = $(CPPFLAGS) -I${top_srcdir}/src/pkcs15init $(OPENSSL_CFLAGS) +INCLUDES = $(CPPFLAGS) -I${top_srcdir}/src/pkcs15init $(OPENSSL_CFLAGS) $(LTLIB_CFLAGS) SRC = pkcs11-global.c pkcs11-session.c pkcs11-object.c misc.c slot.c \ mechanism.c openssl.c secretkey.c framework-pkcs15.c \